MP3_IDv2
[ class tree: MP3_IDv2 ] [ index: MP3_IDv2 ] [ all elements ]

Class: MP3_IDv2_Frame_TCON

Source Location: /MP3_IDv2-0.1.8/MP3/IDv2/Frame/TCON.php

Class Overview

MP3_IDv2_Frame
   |
   --MP3_IDv2_Frame_CommonText
      |
      --MP3_IDv2_Frame_TCON

Data stucture for TCON frames in a tag (Content type)


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2006-2007 Alexander Merz

Methods


Inherited Variables

Inherited Methods

Class: MP3_IDv2_Frame_CommonText

MP3_IDv2_Frame_CommonText::createContent()
Creates the content of the frame (encoding+text)
MP3_IDv2_Frame_CommonText::getEncoding()
Returns the encoding identifier for the text in the frame.
MP3_IDv2_Frame_CommonText::getText()
Returns the text in the frame.
MP3_IDv2_Frame_CommonText::setEncoding()
Sets the encoding for the text for the frame.
MP3_IDv2_Frame_CommonText::setRawContent()
Sets the data of the frame and processes it.
MP3_IDv2_Frame_CommonText::setText()
Sets the text for the frame.
MP3_IDv2_Frame_CommonText::toString()
Returns the frame content as something printable

Class: MP3_IDv2_Frame

MP3_IDv2_Frame::__construct()
Constructor
MP3_IDv2_Frame::createContent()
Creates the content from the frame data parts.
MP3_IDv2_Frame::createFrame()
Creates the whole frame (header + headerdata + content).
MP3_IDv2_Frame::createHeader()
Creates the header of the frame including the header extension according to the frame settings.
MP3_IDv2_Frame::getEncryptionMethod()
Get the encryption method for the frame data.
MP3_IDv2_Frame::getGroupIdentifier()
Get the group identifier of the frame
MP3_IDv2_Frame::getId()
Returns the identifier of the frame.
MP3_IDv2_Frame::getInstance()
Singleton method the create a specific frame object.
MP3_IDv2_Frame::getPurpose()
Returns the purpose of the frame
MP3_IDv2_Frame::getRawContent()
Returns the unprocessed content of the frame (excluding header)
MP3_IDv2_Frame::hasGroupingIdentifier()
Checks if the frame belongs to a group or should be
MP3_IDv2_Frame::isCompressed()
Checks if the frame data is compressed or should be
MP3_IDv2_Frame::isEncrypted()
Checks if the frame data is encrypted or should be
MP3_IDv2_Frame::isFlagFileAlterPres()
Checks if the header flag "File alter preservation" is set.
MP3_IDv2_Frame::isFlagReadOnly()
Checks if the frame is marked as read only
MP3_IDv2_Frame::isFlagTagAlterPres()
Checks if the header flag "Tag alter preservation" is set.
MP3_IDv2_Frame::setEncryptionMethod()
Sets the encryption method
MP3_IDv2_Frame::setFlagFileAlterPres()
Sets the header flag "File alter preservation"
MP3_IDv2_Frame::setFlagReadOnly()
Sets the header flag "Read only".
MP3_IDv2_Frame::setFlagTagAlterPres()
Sets the header flag "Tag alter preservation"
MP3_IDv2_Frame::setGroupIdentifier()
Sets the grouping identifier for the frame.
MP3_IDv2_Frame::setId()
Sets the identifier of the frame.
MP3_IDv2_Frame::setPurpose()
Sets the purpose text of the frame
MP3_IDv2_Frame::setRawContent()
Sets the unproccess content of the frame (excluding header!)
MP3_IDv2_Frame::toString()
Returns the frame content as something printable
MP3_IDv2_Frame::useCompression()
Enables/disables the compression of the frame data
MP3_IDv2_Frame::useEncryption()
Enables/disables the use of encryption for the frame data
MP3_IDv2_Frame::useGroupingIdentifier()
Enables/disables the use of a group identifier

Class Details

[line 50]
Data stucture for TCON frames in a tag (Content type)


[ Top ]


Method Detail

__construct (Constructor)   [line 228]

void __construct( )

Sets the id and purpose of the frame only
  • Access: public

Overrides MP3_IDv2_Frame::__construct() (Constructor)
[ Top ]

addGenre   [line 369]

void addGenre( int $genreno, [string $genredescr = ''])

Add a new genre.
  • Access: public

Parameters:

int   $genreno   —  number of the genre to add
string   $genredescr   —  description of the genre to add

[ Top ]

getGenreDescr   [line 275]

string getGenreDescr( int $number)

Returns a genre description for a given number
  • Return: the genre description or null if not found
  • Access: public

Parameters:

int   $number   —  the number of the genre to look up

[ Top ]

getGenres   [line 240]

array getGenres( )

Returns the used numbers/identifers.
  • Return: list of genres found in the frame
  • Access: public

[ Top ]

getGenresDescr   [line 251]

array getGenresDescr( )

Returns the Genre descriptions index by numbers/identifers.
  • Return: list of founded genres and there description
  • Access: public

[ Top ]

getText   [line 348]

string getText( )

Returns the text
  • Return: the text
  • Access: public

Overrides MP3_IDv2_Frame_CommonText::getText() (Returns the text in the frame.)
[ Top ]

setRawContent   [line 296]

void setRawContent( string $content)

Sets the data of the frame and processes it.
  • Access: public

Overrides MP3_IDv2_Frame_CommonText::setRawContent() (Sets the data of the frame and processes it.)

Parameters:

string   $content   —  the unproccess content for the frame

[ Top ]

toString   [line 385]

string toString( )

Returns the frame content as something printable
  • Return: the frame content
  • Access: public

Overrides MP3_IDv2_Frame_CommonText::toString() (Returns the frame content as something printable)
[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:49:43 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.