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

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_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_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::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::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.

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() -

openal_buffer_data

(PECL openal >= 0.1.0) Load a buffer with data bool openal_buffer_data ( resource $buffer, int $format, string $data, int $freq ) Parameters: buffer An Open AL(Buffer) resource (previously created by openal_buffer_create()). format Format of data, one of: AL_FORMAT_MONO8, AL_FORMAT_MONO16, AL_FORMAT_STEREO8 and AL_FORMAT_STEREO16

openal_buffer_destroy

(PECL openal >= 0.1.0) Destroys an OpenAL buffer bool openal_buffer_destroy ( resource $buffer ) Parameters: buffer An Open AL(Buffer) resource (previously created by openal_buffer_create()). Returns: Returns TRUE on success or FALSE on failure. See also: op

openal_buffer_get

(PECL openal >= 0.1.0) Retrieve an OpenAL buffer property int openal_buffer_get ( resource $buffer, int $property ) Parameters: buffer An Open AL(Buffer) resource (previously created by openal_buffer_create()). property Specific property, one of: AL_FREQUENCY, AL_BITS, AL_CHANNELS and AL_SIZE. Returns: Retur