KTaglib_ID3v2_AttachedPictureFrame::getType
(0.2.0)
KTaglib_ID3v2_AttachedPictureFrame::getType — Returns the type of the image
Description
public
int
KTaglib_ID3v2_AttachedPictureFrame::getType
( void
)
Returns the type of the image.
The ID3v2 specification allows an AttachedPictureFrame to set the type of an image. This can be e.g. FrontCover or FileIcon. Please refer to the KTaglib_ID3v2_AttachedPictureFrame class description for a list of available types.
Return Values
Returns the integer representation of the type.
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Обработка аудио форматов
- KTaglib
- Функция KTaglib_ID3v2_AttachedPictureFrame::getDescription() - Returns a description for the picture in a picture frame
- Функция KTaglib_ID3v2_AttachedPictureFrame::getMimeType() - Returns the mime type of the picture
- Функция KTaglib_ID3v2_AttachedPictureFrame::getType() - Returns the type of the image
- Функция KTaglib_ID3v2_AttachedPictureFrame::savePicture() - Saves the picture to a file
- Функция KTaglib_ID3v2_AttachedPictureFrame::setMimeType() - Set's the mime type of the picture
- Функция KTaglib_ID3v2_AttachedPictureFrame::setPicture() - Sets the frame picture to the given image
- Функция KTaglib_ID3v2_AttachedPictureFrame::setType() - Set the type of the image
Коментарии
404 Not Found