ProtoCamConnectEventArgsMajorVersion Property |
Gets the major version of the ProtoCam virtual capture device.
Namespace: StreamCoders.DevicesAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int MajorVersion { get; }
Public ReadOnly Property MajorVersion As Integer
Get
public:
property int MajorVersion {
int get ();
}
member MajorVersion : int with get
Property Value
Type:
Int32
The major version.
See Also