Click or drag to resize
H264ParameterSetNormalizedParameterSet Property
Gets SPS/PPS as byte array.

Namespace: StreamCoders.Decoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public byte[] NormalizedParameterSet { get; }

Property Value

Type: Byte
The parameter-set is escaped with startcode and NAL Unit type.
See Also