ZenphotoCMS 1.6.x

getid3_flv extends getid3_handler
in package

Table of Contents

magic  = 'FLV'
$max_frames  : int
Break out of the loop if too many frames have been scanned; only scan this many if meta frame does not contain useful duration.
$data_string  : string
String to analyze.
$data_string_flag  : bool
Analyzing filepointer or string.
$data_string_length  : int
String length.
$data_string_position  : int
Seek position in string.
$getid3  : getID3
$dependency_to  : string
__construct()  : mixed
getid3_handler constructor.
Analyze()  : bool
Analyze from file pointer.
AnalyzeString()  : mixed
Analyze from string instead.
audioBitDepthLookup()  : int|false
audioFormatLookup()  : string|false
audioRateLookup()  : int|false
saveAttachment()  : string|null
setStringMode()  : mixed
videoCodecLookup()  : string|false
error()  : bool
feof()  : bool
fgets()  : string|false
fread()  : string|false
fseek()  : int
ftell()  : int|bool
isDependencyFor()  : bool
notice()  : mixed
warning()  : bool

Constants

Properties

$max_frames

Break out of the loop if too many frames have been scanned; only scan this many if meta frame does not contain useful duration.

public int $max_frames = 100000

$data_string

String to analyze.

protected string $data_string = ''

$data_string_flag

Analyzing filepointer or string.

protected bool $data_string_flag = \false

$data_string_length

String length.

protected int $data_string_length = 0

$data_string_position

Seek position in string.

protected int $data_string_position = 0

$dependency_to

private string $dependency_to

Methods

__construct()

getid3_handler constructor.

public __construct(getID3 $getid3[, string $call_module = null ]) : mixed
Parameters
$getid3 : getID3
$call_module : string = null
Return values
mixed

AnalyzeString()

Analyze from string instead.

public AnalyzeString(string $string) : mixed
Parameters
$string : string
Return values
mixed

audioBitDepthLookup()

public static audioBitDepthLookup(int $id) : int|false
Parameters
$id : int
Return values
int|false

audioFormatLookup()

public static audioFormatLookup(int $id) : string|false
Parameters
$id : int
Return values
string|false

audioRateLookup()

public static audioRateLookup(int $id) : int|false
Parameters
$id : int
Return values
int|false

saveAttachment()

public saveAttachment(string $name, int $offset, int $length[, string $image_mime = null ]) : string|null
Parameters
$name : string
$offset : int
$length : int
$image_mime : string = null
Tags
throws
Exception
throws
getid3_exception
Return values
string|null

setStringMode()

public setStringMode(string $string) : mixed
Parameters
$string : string
Return values
mixed

videoCodecLookup()

public static videoCodecLookup(int $id) : string|false
Parameters
$id : int
Return values
string|false

error()

protected error(string $text) : bool
Parameters
$text : string
Return values
bool

feof()

protected feof() : bool
Return values
bool

fread()

protected fread(int $bytes) : string|false
Parameters
$bytes : int
Tags
throws
getid3_exception
Return values
string|false

fseek()

protected fseek(int $bytes[, int $whence = SEEK_SET ]) : int
Parameters
$bytes : int
$whence : int = SEEK_SET
Tags
throws
getid3_exception
Return values
int

ftell()

protected ftell() : int|bool
Return values
int|bool

isDependencyFor()

protected final isDependencyFor(string $module) : bool
Parameters
$module : string
Return values
bool

notice()

protected notice(string $text) : mixed
Parameters
$text : string
Return values
mixed

warning()

protected warning(string $text) : bool
Parameters
$text : string
Return values
bool

Search results