PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::MediaLive::ReservationResourceSpecification; use Moose; has ChannelClass => (is => 'ro', isa => 'Str', request_name => 'channelClass', traits => ['NameInRequest']); has Codec => (is => 'ro', isa => 'Str', request_name => 'codec', traits => ['NameInRequest']); has MaximumBitrate => (is => 'ro', isa => 'Str', request_name => 'maximumBitrate', traits => ['NameInRequest']); has MaximumFramerate => (is => 'ro', isa => 'Str', request_name => 'maximumFramerate', traits => ['NameInRequest']); has Resolution => (is => 'ro', isa => 'Str', request_name => 'resolution', traits => ['NameInRequest']); has ResourceType => (is => 'ro', isa => 'Str', request_name => 'resourceType', traits => ['NameInRequest']); has SpecialFeature => (is => 'ro', isa => 'Str', request_name => 'specialFeature', traits => ['NameInRequest']); has VideoQuality => (is => 'ro', isa => 'Str', request_name => 'videoQuality', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::MediaLive::ReservationResourceSpecification =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::MediaLive::ReservationResourceSpecification object: $service_obj->Method(Att1 => { ChannelClass => $value, ..., VideoQuality => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::MediaLive::ReservationResourceSpecification object: $result = $service_obj->Method(...); $result->Att1->ChannelClass =head1 DESCRIPTION Resource configuration (codec, resolution, bitrate, ...) =head1 ATTRIBUTES =head2 ChannelClass => Str Channel class, e.g. 'STANDARD' =head2 Codec => Str Codec, e.g. 'AVC' =head2 MaximumBitrate => Str Maximum bitrate, e.g. 'MAX_20_MBPS' =head2 MaximumFramerate => Str Maximum framerate, e.g. 'MAX_30_FPS' (Outputs only) =head2 Resolution => Str Resolution, e.g. 'HD' =head2 ResourceType => Str Resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL' =head2 SpecialFeature => Str Special feature, e.g. 'AUDIO_NORMALIZATION' (Channels only) =head2 VideoQuality => Str Video quality, e.g. 'STANDARD' (Outputs only) =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut