InternalVideoDeviceInfo Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public InternalVideoDeviceInfo(
int id,
string name,
string moniker
)
Public Sub New (
id As Integer,
name As String,
moniker As String
)
public:
InternalVideoDeviceInfo(
int id,
String^ name,
String^ moniker
)
new :
id : int *
name : string *
moniker : string -> InternalVideoDeviceInfo
Parameters
- id
- Type: SystemInt32
- name
- Type: SystemString
- moniker
- Type: SystemString
See Also