Click or drag to resize

ID3Frame Constructor

Constructs an ID3 frame associated with a specific ID3 version number.

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 ID3Frame(
	byte majorVersion
)

Parameters

majorVersion  Byte
Version number of the source frame.
See Also