H265AccessUnitToolLengthSize Property |
Gets or sets the access unit length size derived from
HEVCDecoderConfigurationRecord.LengthSizeMinusOne.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int LengthSize { get; set; }
Public Property LengthSize As Integer
Get
Set
public:
property int LengthSize {
int get ();
void set (int value);
}
member LengthSize : int with get, set
Property Value
Type:
Int32
The size of the length.
See Also