The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XML::NewsML_G2::Video - a video specification

SYNOPSIS

    my $pic = XML::NewsML_G2::Video->new
        (size => 2231259,
         width => 1280,
         height => 720,
         duration => 220,
        );

ATTRIBUTES

size

The size in bytes of the video file

width

The width in pixel of the video

height

The height in pixel of the video

duration

The playtime of the video in seconds

videoframerate

The frames/second of the video

videoavgbitrage

The bit rate of the video

audiosamplerate

The sample rate of the audio

audiochannels

The number of audio channels (stereo, mono)

mimetype

The MIME type of the video file (e.g. image/jpg)

AUTHOR

Stefan Hrdlicka <stefan.hrdlicka@apa.at>

LICENCE AND COPYRIGHT

Copyright (c) 2013-2014, APA-IT. All rights reserved.

See XML::NewsML_G2 for the license.