VideoCaptureDeviceFrameSize Property |
Gets or sets the size of the captured frames.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic OzResolution FrameSize { get; set; }
Public Property FrameSize As OzResolution
Get
Set
public:
property OzResolution^ FrameSize {
OzResolution^ get ();
void set (OzResolution^ value);
}
member FrameSize : OzResolution with get, set
Property Value
Type:
OzResolution
See Also