VideoDeviceInfoCapabilities Property |
Gets the supported resolutions and frame rates of the device.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic List<VideoCapabilities> Capabilities { get; }
Public ReadOnly Property Capabilities As List(Of VideoCapabilities)
Get
public:
property List<VideoCapabilities^>^ Capabilities {
List<VideoCapabilities^>^ get ();
}
member Capabilities : List<VideoCapabilities> with get
Property Value
Type:
ListVideoCapabilities
See Also