LinuxVideoCaptureDevice Constructor |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic LinuxVideoCaptureDevice(
VideoDeviceInfo deviceInfo,
OzResolution resolution,
int desiredFramerate
)
Public Sub New (
deviceInfo As VideoDeviceInfo,
resolution As OzResolution,
desiredFramerate As Integer
)
public:
LinuxVideoCaptureDevice(
VideoDeviceInfo^ deviceInfo,
OzResolution^ resolution,
int desiredFramerate
)
new :
deviceInfo : VideoDeviceInfo *
resolution : OzResolution *
desiredFramerate : int -> LinuxVideoCaptureDevice
Parameters
- deviceInfo
- Type: Ozeki.MediaVideoDeviceInfo
- resolution
- Type: OzResolution
- desiredFramerate
- Type: SystemInt32
See Also