ID3V2AttachedPictureFrame

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

Initialiseert een nieuw exemplaar van hetID3V2AttachedPictureFrame klasse.

public ID3V2AttachedPictureFrame(ID3V2EncodingType encoding, string mimeType, 
    ID3V2AttachedPictureType pictureType, string description, byte[] pictureData)
Parameter Type Beschrijving
encoding ID3V2EncodingType De framecodering.
mimeType String Het MIME-type van de afbeelding.
pictureType ID3V2AttachedPictureType Het type foto.
description String De beschrijving van de foto.
pictureData Byte[] De beeldgegevens.

Zie ook


ID3V2AttachedPictureFrame(ID3V2AttachedPictureType, string, byte[])

Initialiseert een nieuw exemplaar van hetID3V2AttachedPictureFrame klasse.

public ID3V2AttachedPictureFrame(ID3V2AttachedPictureType pictureType, string description, 
    byte[] pictureData)
Parameter Type Beschrijving
pictureType ID3V2AttachedPictureType Het type foto.
description String De beschrijving van de foto.
pictureData Byte[] De beeldgegevens.

Zie ook


ID3V2AttachedPictureFrame(byte[])

Initialiseert een nieuw exemplaar van hetID3V2AttachedPictureFrame klasse.

public ID3V2AttachedPictureFrame(byte[] pictureData)
Parameter Type Beschrijving
pictureData Byte[] De beeldgegevens.

Zie ook