IPCameraVideoEncodingName Property |
Gets the name of the video encoder object.
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic string Name { get; }
Public ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get () sealed;
}
abstract Name : string with get
override Name : string with get
Property Value
Type:
StringImplements
IIPCameraVideoEncodingName
See Also