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

NAME

XML::NewsML_G2::Audio - a audio specification

SYNOPSIS

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

ATTRIBUTES

size

The size in bytes of the audio file

duration

The playtime of the audio in seconds

audiosamplerate

The sample rate of the audio

audiochannels

The number of audio channels (stereo, mono)

mimetype

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

AUTHOR

Mario Paumann <mario.paumann@apa.at>

LICENCE AND COPYRIGHT

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

See XML::NewsML_G2 for the license.