ID3V2AttachedPictureFrame

ID3V2AttachedPictureFrame(ID3V2EncodingType, string, ID3V2AttachedPictureType, string, byte[])

Initializes a new instance of the ID3V2AttachedPictureFrame class.

public ID3V2AttachedPictureFrame(ID3V2EncodingType encoding, string mimeType, 
    ID3V2AttachedPictureType pictureType, string description, byte[] pictureData)
Parameter Type Description
encoding ID3V2EncodingType The frame encoding.
mimeType String The MIME-type of the image.
pictureType ID3V2AttachedPictureType The type of the picture.
description String The description of the picture.
pictureData Byte[] The picture data.

See Also


ID3V2AttachedPictureFrame(ID3V2AttachedPictureType, string, byte[])

Initializes a new instance of the ID3V2AttachedPictureFrame class.

public ID3V2AttachedPictureFrame(ID3V2AttachedPictureType pictureType, string description, 
    byte[] pictureData)
Parameter Type Description
pictureType ID3V2AttachedPictureType The type of the picture.
description String The description of the picture.
pictureData Byte[] The picture data.

See Also


ID3V2AttachedPictureFrame(byte[])

Initializes a new instance of the ID3V2AttachedPictureFrame class.

public ID3V2AttachedPictureFrame(byte[] pictureData)
Parameter Type Description
pictureData Byte[] The picture data.

See Also