$streams
$streams :
first() : null|\FFMpegPush\FFProbe\Stream
Returns the first stream of the collection, null if the collection is empty.
add(\FFMpegPush\FFProbe\Stream $stream) : \FFMpegPush\FFProbe\StreamCollection
Adds a stream to the collection.
\FFMpegPush\FFProbe\Stream | $stream |
videos() : \FFMpegPush\FFProbe\StreamCollection
Returns a new StreamCollection with only video streams.
audios() : \FFMpegPush\FFProbe\StreamCollection
Returns a new StreamCollection with only audio streams.