Click or drag to resize
VideoCaptureDeviceFormat Class
Represents Resolution, Framerate, color-depth and internal ID of a capture device.
Inheritance Hierarchy
SystemObject
  StreamCoders.DevicesVideoCaptureDeviceFormat

Namespace: StreamCoders.Devices
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class VideoCaptureDeviceFormat : ICaptureDeviceFormat

The VideoCaptureDeviceFormat type exposes the following members.

Constructors
  NameDescription
Public methodVideoCaptureDeviceFormat
Initializes a new instance of the VideoCaptureDeviceFormat class
Top
Properties
  NameDescription
Public propertyBitCount
Bits per Pixel.
Public propertyBitRate
Bit-rate per second.
Public propertyColorPlanes
Color planes per picture.
Public propertyFps
Frames per second.
Public propertyHeight
Y-Resolution of the video data coming from device.
Public propertyID
Internal ID of the device.
Public propertyIsImageBottomUp
Indicates the the image is a bottom-up DIB and its origin is the lower-left corner.
Public propertyWidth
X-Resolution of the video data coming from device.
Top
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also