| VideoDeviceInfoCapabilities Property  | 
            Gets the supported resolutions and frame rates of the device.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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