H264ParameterSetNormalizedParameterSet Property |
Gets SPS/PPS as byte array.
Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public byte[] NormalizedParameterSet { get; }
Public ReadOnly Property NormalizedParameterSet As Byte()
Get
public:
property array<unsigned char>^ NormalizedParameterSet {
array<unsigned char>^ get ();
}
member NormalizedParameterSet : byte[] with get
Property Value
Type:
Byte
The parameter-set is escaped with startcode and NAL Unit type.
See Also