VideoCaptureDevice Constructor (InternalVideoDeviceInfo, OzResolution, Int32) |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic VideoCaptureDevice(
InternalVideoDeviceInfo deviceInfo,
OzResolution frameSize,
int desiredFrameRate
)
Public Sub New (
deviceInfo As InternalVideoDeviceInfo,
frameSize As OzResolution,
desiredFrameRate As Integer
)
public:
VideoCaptureDevice(
InternalVideoDeviceInfo^ deviceInfo,
OzResolution^ frameSize,
int desiredFrameRate
)
new :
deviceInfo : InternalVideoDeviceInfo *
frameSize : OzResolution *
desiredFrameRate : int -> VideoCaptureDevice
Parameters
- deviceInfo
- Type: Ozeki.MediaInternalVideoDeviceInfo
- frameSize
- Type: OzResolution
- desiredFrameRate
- Type: SystemInt32
See Also