QualityLevelNalUnitLengthField Property |
The number of bytes that specify the length of each Network Abstraction Layer (NAL) unit.
Namespace: StreamCoders.Adaptive.SmoothStreamingAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic uint NalUnitLengthField { get; set; }
Public Property NalUnitLengthField As UInteger
Get
Set
public:
property unsigned int NalUnitLengthField {
unsigned int get ();
void set (unsigned int value);
}
member NalUnitLengthField : uint32 with get, set
Property Value
Type:
UInt32
See Also