RtspMessageEncoding Property |
The encoding of this RtspMessage. (Defaults to UTF-8)
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Encoding Encoding { get; set; }
Public Property Encoding As Encoding
Get
Set
public:
property Encoding^ Encoding {
Encoding^ get ();
void set (Encoding^ value);
}
member Encoding : Encoding with get, set
Property Value
Type:
EncodingSee Also