Allen Day > FFmpeg-5704 > FFmpeg::Stream::Unknown

Download:
FFmpeg-5704.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  1
View Bugs
Report a bug
Module Version: 0.01   Source   Latest Release: FFmpeg-6036

NAME ^

FFmpeg::Stream::Unknown - A stream of unknown type 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

DESCRIPTION ^

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

This class represents a stream of unknown type in a multimedia stream group. General stream attributes can be found in the FFmpeg::Stream class.

FEEDBACK ^

See "FEEDBACK" in FFmpeg for details.

AUTHOR ^

Allen Day <allenday@ucla.edu>

COPYRIGHT AND LICENSE ^

Copyright (c) 2003-2004 Allen Day

This library is released under GPL, the Gnu Public License

APPENDIX ^

The rest of the documentation details each of the object methods. Internal methods are usually preceded with a '_'. Methods are in alphabetical order for the most part.

new()

This class inherits from FFmpeg::Stream. See FFmpeg::Stream/new()

init()

This class inherits from FFmpeg::Stream. See FFmpeg::Stream/init()