VideoCaptureDevice Constructor (InternalVideoDeviceInfo, Resolution, Int32) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public VideoCaptureDevice(
InternalVideoDeviceInfo deviceInfo,
Resolution frameSize,
int desiredFrameRate
)
Public Sub New (
deviceInfo As InternalVideoDeviceInfo,
frameSize As Resolution,
desiredFrameRate As Integer
)
public:
VideoCaptureDevice(
InternalVideoDeviceInfo^ deviceInfo,
Resolution^ frameSize,
int desiredFrameRate
)
new :
deviceInfo : InternalVideoDeviceInfo *
frameSize : Resolution *
desiredFrameRate : int -> VideoCaptureDevice
Parameters
- deviceInfo
- Type: Ozeki.MediaInternalVideoDeviceInfo
- frameSize
- Type: Ozeki.MediaResolution
- desiredFrameRate
- Type: SystemInt32
See Also