| InternalVideoDeviceInfo Constructor  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic 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 -> InternalVideoDeviceInfoParameters
- id
 - Type: SystemInt32
 - name
 - Type: SystemString
 - moniker
 - Type: SystemString
 
See Also