ID3V2PrivateFrame

ID3V2PrivateFrame constructor

Initializes a new instance of the ID3V2PrivateFrame class.

public ID3V2PrivateFrame(string ownerIdentifier, byte[] data)
Parameter Type Description
ownerIdentifier String The owner identifier.
data Byte[] Frame binary data.

See Also