Class Formats

Description

Located in /Formats.class.php (line 2)


	
			
Variable Summary
Method Summary
array getAudioBitrates ()
array getAudioCodecs ()
array getDimensions ()
array getFrameRates ()
array getScales ()
array getStreamTypes ()
array getVideoBitrates ()
array getVideoCodecs ()
Variables
array $audioBitrate = array(60) (line 20)
  • static:
  • access: private
array $audioCodecs = array("mpga","mp3","mp4a") (line 8)
  • static:
  • access: private
array $streamTypes = array("http","udp","mmsh","rtp") (line 56)
  • static:
  • access: private
array $videoBitrate = array(100,150,300,500,750,900,2000) (line 26)
  • static:
  • access: private
int $videoChannel = 1 (line 38)
  • static:
  • access: private
array $videoCodecs = array("DIV3","MP43","WMV1","WMV2","H263") (line 14)
  • static:
  • access: private
array $videoDimensions = array("176x144","382x288","512x288","768x432","1024x576") (line 44)
  • static:
  • access: private
array $videoFrameRates = array(10,15,20,25) (line 50)
  • static:
  • access: private
array $videoScale = array("1.0") (line 32)
  • static:
  • access: private
Methods
getAudioBitrates (line 78)

Get the audio bitrates in an array format.

Get the audio bitrates in an array format.

  • access: public
  • static:
array getAudioBitrates ()
getAudioCodecs (line 62)

Get the audio codecs in an array format.

Get the audio codecs in an array format.

  • access: public
  • static:
array getAudioCodecs ()
getDimensions (line 110)

Get the frame dimensions in array format.

Get the frame dimensions in array format.

  • access: public
  • static:
array getDimensions ()
getFrameRates (line 118)

Get the frame rates in array format.

Get the frame rates in array format.

  • access: public
  • static:
array getFrameRates ()
getScales (line 94)

Get the video scale in an array format.

Get the video scale in an array format.

  • access: public
  • static:
array getScales ()
getStreamTypes (line 126)

Get the stream types in an array format.

Get the stream types in an array format.

  • access: public
  • static:
array getStreamTypes ()
getVideoBitrates (line 86)

Get the video bitrates in an array format.

Get the video bitrates in an array format.

  • access: public
  • static:
array getVideoBitrates ()
getVideoChannel (line 102)

Get the video channel.

Get the video channel.

  • access: public
  • static:
int getVideoChannel ()
getVideoCodecs (line 70)

Get the video codecs in an array format.

Get the video codecs in an array format.

  • access: public
  • static:
array getVideoCodecs ()

Documentation generated on Sat, 19 Jan 2008 12:56:16 +0100 by phpDocumentor 1.3.0RC3