H264ParameterSetNormalizedParameterSetString Property |
Gets SPS/PPS as string.
Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic string NormalizedParameterSetString { get; }
Public ReadOnly Property NormalizedParameterSetString As String
Get
public:
property String^ NormalizedParameterSetString {
String^ get ();
}
member NormalizedParameterSetString : string with get
Property Value
Type:
String
The parameter-set is escaped with startcode and NAL Unit type.
See Also