DataLengthIndicator

ID3V2TagFrameFlags.DataLengthIndicator property

Gets a value indicating whether a data length indicator has been added to the frame. The data length indicator is the value one would write as the ‘Frame length’ if all of the frame format flags were zeroed, represented as a 32 bit synchsafe integer.

public bool DataLengthIndicator { get; }

Property Value

true, if a data length indicator has been added to the frame; otherwise, false.

See Also