ILIAS  release_4-4 Revision
All Data Structures Namespaces Files Functions Variables Modules Pages
module.audio-video.mpeg.php File Reference

Go to the source code of this file.

Data Structures

class  getid3_mpeg
 

Variables

const GETID3_MPEG_VIDEO_PICTURE_START "\x00\x00\x01\x00"
 
const GETID3_MPEG_VIDEO_USER_DATA_START "\x00\x00\x01\xB2"
 
const GETID3_MPEG_VIDEO_SEQUENCE_HEADER "\x00\x00\x01\xB3"
 
const GETID3_MPEG_VIDEO_SEQUENCE_ERROR "\x00\x00\x01\xB4"
 
const GETID3_MPEG_VIDEO_EXTENSION_START "\x00\x00\x01\xB5"
 
const GETID3_MPEG_VIDEO_SEQUENCE_END "\x00\x00\x01\xB7"
 
const GETID3_MPEG_VIDEO_GROUP_START "\x00\x00\x01\xB8"
 
const GETID3_MPEG_AUDIO_START "\x00\x00\x01\xC0"
 

Variable Documentation

◆ GETID3_MPEG_AUDIO_START

const GETID3_MPEG_AUDIO_START "\x00\x00\x01\xC0"

Definition at line 25 of file module.audio-video.mpeg.php.

Referenced by getid3_mpeg\getid3_mpeg().

◆ GETID3_MPEG_VIDEO_EXTENSION_START

const GETID3_MPEG_VIDEO_EXTENSION_START "\x00\x00\x01\xB5"

Definition at line 22 of file module.audio-video.mpeg.php.

Referenced by getid3_mpeg\getid3_mpeg().

◆ GETID3_MPEG_VIDEO_GROUP_START

const GETID3_MPEG_VIDEO_GROUP_START "\x00\x00\x01\xB8"

Definition at line 24 of file module.audio-video.mpeg.php.

◆ GETID3_MPEG_VIDEO_PICTURE_START

const GETID3_MPEG_VIDEO_PICTURE_START "\x00\x00\x01\x00"

Definition at line 18 of file module.audio-video.mpeg.php.

◆ GETID3_MPEG_VIDEO_SEQUENCE_END

const GETID3_MPEG_VIDEO_SEQUENCE_END "\x00\x00\x01\xB7"

Definition at line 23 of file module.audio-video.mpeg.php.

◆ GETID3_MPEG_VIDEO_SEQUENCE_ERROR

const GETID3_MPEG_VIDEO_SEQUENCE_ERROR "\x00\x00\x01\xB4"

Definition at line 21 of file module.audio-video.mpeg.php.

◆ GETID3_MPEG_VIDEO_SEQUENCE_HEADER

const GETID3_MPEG_VIDEO_SEQUENCE_HEADER "\x00\x00\x01\xB3"

Definition at line 20 of file module.audio-video.mpeg.php.

Referenced by getid3_mpeg\getid3_mpeg().

◆ GETID3_MPEG_VIDEO_USER_DATA_START

const GETID3_MPEG_VIDEO_USER_DATA_START "\x00\x00\x01\xB2"

Definition at line 19 of file module.audio-video.mpeg.php.