PHP Class Captioning\Format\TtmlFile

Inheritance: extends Captioning\File
Afficher le fichier Open project: captioning/captioning Class Usage Examples

Méthodes publiques

Méthode Description
addCue ( Captioning\Format\TtmlCue $_mixed, $_start = null, $_stop = null ) : Captioning\FileInterface
buildPart ( $_from, $_to )
getRegion ( $_region_id )
getRegions ( )
getStyle ( $_style_id )
getStyles ( )
getTickRate ( )
getTimeBase ( )
parse ( )
setTickRate ( string $_tickRate )
setTimeBase ( string $_timeBase ) : TtmlFile

Private Methods

Méthode Description
parseAttributes ( $_node, $_namespace = 'tts' )
parseCues ( $_xml )

Method Details

addCue() public méthode

public addCue ( Captioning\Format\TtmlCue $_mixed, $_start = null, $_stop = null ) : Captioning\FileInterface
$_mixed Captioning\Format\TtmlCue
Résultat Captioning\FileInterface

buildPart() public méthode

public buildPart ( $_from, $_to )

getRegion() public méthode

public getRegion ( $_region_id )

getRegions() public méthode

public getRegions ( )

getStyle() public méthode

public getStyle ( $_style_id )

getStyles() public méthode

public getStyles ( )

getTickRate() public méthode

public getTickRate ( )

getTimeBase() public méthode

public getTimeBase ( )

parse() public méthode

public parse ( )

setTickRate() public méthode

public setTickRate ( string $_tickRate )
$_tickRate string

setTimeBase() public méthode

public setTimeBase ( string $_timeBase ) : TtmlFile
$_timeBase string
Résultat TtmlFile