ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
module.audio-video.flv.php File Reference

Go to the source code of this file.

Data Structures

class  getid3_flv
 
class  AMFStream
 
class  AMFReader
 
class  AVCSequenceParameterSetReader
 

Variables

const GETID3_FLV_TAG_AUDIO 8
 getID3() by James Heinrich info@.nosp@m.geti.nosp@m.d3.or.nosp@m.g // More...
 
const GETID3_FLV_TAG_VIDEO 9
 
const GETID3_FLV_TAG_META 18
 
const GETID3_FLV_VIDEO_H263 2
 
const GETID3_FLV_VIDEO_SCREEN 3
 
const GETID3_FLV_VIDEO_VP6FLV 4
 
const GETID3_FLV_VIDEO_VP6FLV_ALPHA 5
 
const GETID3_FLV_VIDEO_SCREENV2 6
 
const GETID3_FLV_VIDEO_H264 7
 
const H264_AVC_SEQUENCE_HEADER 0
 
const H264_PROFILE_BASELINE 66
 
const H264_PROFILE_MAIN 77
 
const H264_PROFILE_EXTENDED 88
 
const H264_PROFILE_HIGH 100
 
const H264_PROFILE_HIGH10 110
 
const H264_PROFILE_HIGH422 122
 
const H264_PROFILE_HIGH444 144
 
const H264_PROFILE_HIGH444_PREDICTIVE 244
 

Variable Documentation

◆ GETID3_FLV_TAG_AUDIO

const GETID3_FLV_TAG_AUDIO 8

getID3() by James Heinrich info@.nosp@m.geti.nosp@m.d3.or.nosp@m.g //

Definition at line 55 of file module.audio-video.flv.php.

Referenced by getid3_flv\Analyze().

◆ GETID3_FLV_TAG_META

const GETID3_FLV_TAG_META 18

Definition at line 57 of file module.audio-video.flv.php.

Referenced by getid3_flv\Analyze().

◆ GETID3_FLV_TAG_VIDEO

const GETID3_FLV_TAG_VIDEO 9

Definition at line 56 of file module.audio-video.flv.php.

Referenced by getid3_flv\Analyze().

◆ GETID3_FLV_VIDEO_H263

const GETID3_FLV_VIDEO_H263 2

Definition at line 59 of file module.audio-video.flv.php.

Referenced by getid3_flv\Analyze(), and getid3_flv\videoCodecLookup().

◆ GETID3_FLV_VIDEO_H264

const GETID3_FLV_VIDEO_H264 7

Definition at line 64 of file module.audio-video.flv.php.

Referenced by getid3_flv\Analyze(), and getid3_flv\videoCodecLookup().

◆ GETID3_FLV_VIDEO_SCREEN

const GETID3_FLV_VIDEO_SCREEN 3

Definition at line 60 of file module.audio-video.flv.php.

Referenced by getid3_flv\videoCodecLookup().

◆ GETID3_FLV_VIDEO_SCREENV2

const GETID3_FLV_VIDEO_SCREENV2 6

Definition at line 63 of file module.audio-video.flv.php.

Referenced by getid3_flv\videoCodecLookup().

◆ GETID3_FLV_VIDEO_VP6FLV

const GETID3_FLV_VIDEO_VP6FLV 4

Definition at line 61 of file module.audio-video.flv.php.

Referenced by getid3_flv\videoCodecLookup().

◆ GETID3_FLV_VIDEO_VP6FLV_ALPHA

const GETID3_FLV_VIDEO_VP6FLV_ALPHA 5

Definition at line 62 of file module.audio-video.flv.php.

Referenced by getid3_flv\Analyze(), and getid3_flv\videoCodecLookup().

◆ H264_AVC_SEQUENCE_HEADER

const H264_AVC_SEQUENCE_HEADER 0

Definition at line 66 of file module.audio-video.flv.php.

Referenced by getid3_flv\Analyze().

◆ H264_PROFILE_BASELINE

const H264_PROFILE_BASELINE 66

Definition at line 67 of file module.audio-video.flv.php.

◆ H264_PROFILE_EXTENDED

const H264_PROFILE_EXTENDED 88

Definition at line 69 of file module.audio-video.flv.php.

◆ H264_PROFILE_HIGH

const H264_PROFILE_HIGH 100

Definition at line 70 of file module.audio-video.flv.php.

◆ H264_PROFILE_HIGH10

const H264_PROFILE_HIGH10 110

Definition at line 71 of file module.audio-video.flv.php.

◆ H264_PROFILE_HIGH422

const H264_PROFILE_HIGH422 122

Definition at line 72 of file module.audio-video.flv.php.

◆ H264_PROFILE_HIGH444

const H264_PROFILE_HIGH444 144

Definition at line 73 of file module.audio-video.flv.php.

◆ H264_PROFILE_HIGH444_PREDICTIVE

const H264_PROFILE_HIGH444_PREDICTIVE 244

Definition at line 74 of file module.audio-video.flv.php.

◆ H264_PROFILE_MAIN

const H264_PROFILE_MAIN 77

Definition at line 68 of file module.audio-video.flv.php.