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: 10.3.199.0
Syntax
public class VideoCapabilities

The VideoCapabilities type exposes the following members.

Constructors
  NameDescription
Public methodVideoCapabilities
Initializes a new instance of the VideoCapabilities class
Top
Properties
  NameDescription
Public propertyMaxFrameRate
Gets the maximum supported frame rate for the resolution.
Public propertyResolution
Gets the resolution of a frame.
Top
Methods
  NameDescription
Public methodToString
Returns the string representation of the current object
(Overrides ObjectToString.)
Top
See Also