VideoCaptureDeviceFrameSize Property |
Gets or sets the size of the captured frames.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Resolution FrameSize { get; set; }
Public Property FrameSize As Resolution
Get
Set
public:
property Resolution^ FrameSize {
Resolution^ get ();
void set (Resolution^ value);
}
member FrameSize : Resolution with get, set
Property Value
Type:
ResolutionSee Also