ID3V2TagFrame

ID3V2TagFrame constructor

Initializes a new instance of the ID3V2TagFrame class.

public ID3V2TagFrame(string frameId, byte[] data)
Parameter Type Description
frameId String The id of the frame (four characters matching the pattern [A-Z0-9]).
data Byte[] The content of the frame.

See Also