openal_buffer_create

(PECL openal >= 0.1.0) Generate OpenAL buffer resource openal_buffer_create ( void ) Returns: Returns an Open AL(Buffer) resource on success or FALSE on failure. See also: openal_buffer_loadwav() - openal_buffer_data() -

KTaglib_ID3v2_AttachedPictureFrame::setMimeType

(0.2.0) Set's the mime type of the picture public string KTaglib_ID3v2_AttachedPictureFrame::getMimeType ( string $type ) Sets the mime type of the image. This should in most cases be "image/png" or "image/jpeg".

KTaglib_ID3v2_AttachedPictureFrame::setType

(0.2.0) Set the type of the image public void KTaglib_ID3v2_AttachedPictureFrame::setType ( int $type ) Sets the type of the image. This can be e.g. FrontCover or FileIcon. Please refer to the KTaglib_ID3v2_AttachedPictureFrame class description for a list of available types and their constant mappings.

KTaglib_ID3v2_AttachedPictureFrame::setPicture

(0.0.1) Sets the frame picture to the given image public void KTaglib_ID3v2_AttachedPictureFrame::setPicture ( string $filename ) Sets the picture to the give image. The image is loaded from the given filename. Please note that the picture is not saved unless you call the save method of the corresponding file object. Returns: Returns true on success, otherwise false

KTaglib_ID3v2_AttachedPictureFrame::savePicture

(0.0.1) Saves the picture to a file public bool KTaglib_ID3v2_AttachedPictureFrame::savePicture ( string $filename ) Saves the attached picture to the given filename. Returns: Returns true on success, otherwise false

KTaglib_ID3v2_Frame::__toString

(0.0.1) Returns a string representation of the frame public string KTaglib_ID3v2_Frame::__toString ( void ) Returns a string representation of the frame. This might be just the frame id, but might contain more information. Please see the ktaglib documentation for more information Returns: Returns a string representation of the frame.

KTaglib_ID3v2_AttachedPictureFrame::getType

(0.2.0) Returns the type of the image 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. Returns: Returns the integer represe

KTaglib_ID3v2_Frame::getSize

(0.0.1) Returns the size of the frame in bytes public int KTaglib_ID3v2_Frame::getSize ( void ) Returns the size of the frame in bytes. Please refer to id3.org to see what ID3v2 frames are and how they are defined. Returns: Returns the size of the frame in bytes

KTaglib_ID3v2_AttachedPictureFrame::getDescription

(0.0.1) Returns a description for the picture in a picture frame public string KTaglib_ID3v2_AttachedPictureFrame::getDescription ( void ) Returns the attached description for a picture frame in an ID3v2.x frame. Returns: Returns a description for the picture in a picture frame

KTaglib_ID3v2_AttachedPictureFrame::getMimeType

(0.2.0) Returns the mime type of the picture public string KTaglib_ID3v2_AttachedPictureFrame::getMimeType ( void ) Returns the mime type of the image represented by the attached picture frame. Please notice that this method might return different types. While ID3v2.2 have a mime type that doesn't start with "image/", ID3v2.3 and v2.4 usually start with "image/". Therefore the method might return "image/png" for IDv2.3 fra