KTaglib_ID3v2_Frame::__toString
KTaglib_ID3v2_AttachedPictureFrame::getDescription
KTaglib
PHP Manual
KTaglib_ID3v2_AttachedPictureFrame クラス
(0.0.1)
導入
画像を保持する ID3v2 フレームを表します。
Class synopsis
extends
KTaglib_ID3v2_Frame
{
/* メソッド */
public
string
getDescription
(
void
)
public
string
getMimeType
(
void
)
public
int
getType
(
void
)
public
bool
savePicture
(
string
$filename
)
public
string
getMimeType
(
string
$type
)
public
void
setPicture
(
string
$filename
)
public
void
setType
(
int
$type
)
/* 継承したメソッド */
public
int
KTaglib_ID3v2_Frame::getSize
(
void
)
public
string
KTaglib_ID3v2_Frame::__toString
(
void
)
public
string
KTaglib_Tag::getAlbum
(
void
)
public
string
KTaglib_Tag::getArtist
(
void
)
public
string
KTaglib_Tag::getComment
(
void
)
public
string
KTaglib_Tag::getGenre
(
void
)
public
string
KTaglib_Tag::getTitle
(
void
)
public
int
KTaglib_Tag::getTrack
(
void
)
public
int
KTaglib_Tag::getYear
(
void
)
public
bool
KTaglib_Tag::isEmpty
(
void
)
}
目次
KTaglib_ID3v2_AttachedPictureFrame::getDescription
— 画像フレーム内の画像の説明を返す
KTaglib_ID3v2_AttachedPictureFrame::getMimeType
— 画像の mime type を返す
KTaglib_ID3v2_AttachedPictureFrame::getType
— 画像の型を返す
KTaglib_ID3v2_AttachedPictureFrame::savePicture
— 画像をファイルに保存する
KTaglib_ID3v2_AttachedPictureFrame::setMimeType
— 画像の mime type を設定する
KTaglib_ID3v2_AttachedPictureFrame::setPicture
— フレームの画像を、指定したものに設定する
KTaglib_ID3v2_AttachedPictureFrame::setType
— 画像の型を設定する
KTaglib_ID3v2_Frame::__toString
KTaglib_ID3v2_AttachedPictureFrame::getDescription
KTaglib
PHP Manual