Click or drag to resize

ID3FrameDataLength Property

Gets or sets the frame header's size bytes converted to an Int32. This value should be the same size as the Data buffer length.

Namespace: Orthogonal.Common.Basic.ID3
Assembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2024-04-29 08:29 GMT+10
Syntax
C#
public int DataLength { get; set; }

Property Value

Int32
See Also