FFmpeg::Stream::Audio 0.03 review

Download
by rbytes.net on

FFmpeg::Stream::Audio is an audio stream from a (multi)media stream group. SYNOPSIS $ff = FFmpeg->new(); #see FFm

License: GPL (GNU General Public License)
File size: 0K
Developer: Allen Day
0 stars award from rbytes.net

FFmpeg::Stream::Audio is an audio stream from a (multi)media stream group.

SYNOPSIS

$ff = FFmpeg->new(); #see FFmpeg
#...
$sg = $ff->create_streamgroup(); #see FFmpeg
$st = ($sg->streams())[0]; #this is a FFmpeg::Stream

Objects of this class are not intended to be instantiated directly by the end user. Access FFmpeg::Stream::Audio objects using methods in FFmpeg::StreamGroup. See FFmpeg::StreamGroup for more information.

This class represents an audio stream in a multimedia stream group, and has audio-specific attributes. General stream attributes can be found in the FFmpeg::Stream class.

Requirements:
Perl

FFmpeg::Stream::Audio 0.03 keywords