\FFMpegPush\FFProbeStreamCollection

Summary

Methods
Properties
Constants
__construct()
first()
add()
videos()
audios()
count()
all()
getIterator()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$streams
N/A

Properties

$streams

$streams : 

Type

Methods

__construct()

__construct(array  $streams = array()) 

Parameters

array $streams

first()

first() : null|\FFMpegPush\FFProbe\Stream

Returns the first stream of the collection, null if the collection is empty.

Returns

null|\FFMpegPush\FFProbe\Stream

count()

count() 

{@inheritdoc}

all()

all() : array

Returns the array of contained streams.

Returns

array

getIterator()

getIterator() 

{@inheritdoc}