VideoCaptureDeviceSelectedFormat Property |
Retrieves the metrics of the device.
Currently these values are only valid after starting the device.
Namespace: StreamCoders.DevicesAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public virtual VideoCaptureDeviceFormat SelectedFormat { get; }
Public Overridable ReadOnly Property SelectedFormat As VideoCaptureDeviceFormat
Get
public:
virtual property VideoCaptureDeviceFormat^ SelectedFormat {
VideoCaptureDeviceFormat^ get ();
}
abstract SelectedFormat : VideoCaptureDeviceFormat with get
override SelectedFormat : VideoCaptureDeviceFormat with get
Property Value
Type:
VideoCaptureDeviceFormat
Retrieves the metrics of the device.
See Also