Click or drag to resize
VideoCapabilities Class
Provides information about the supported resolutions and frame rates for a video device.
Inheritance Hierarchy
SystemObject
  Ozeki.MediaVideoCapabilities

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class VideoCapabilities

The VideoCapabilities type exposes the following members.

Constructors
  NameDescription
Public methodVideoCapabilities
Initializes a new instance of the VideoCapabilities class
Top
Methods
Properties
  NameDescription
Public propertyMaxFrameRate
Gets the maximum supported frame rate for the resolution.
Public propertyResolution
Gets the resolution of a frame.
Top
See Also