ReservationResourceSpecification class
Resource configuration (codec, resolution, bitrate, ...)
Constructors
- ReservationResourceSpecification({ChannelClass? channelClass, ReservationCodec? codec, ReservationMaximumBitrate? maximumBitrate, ReservationMaximumFramerate? maximumFramerate, ReservationResolution? resolution, ReservationResourceType? resourceType, ReservationSpecialFeature? specialFeature, ReservationVideoQuality? videoQuality})
-
ReservationResourceSpecification.fromJson(Map<
String, dynamic> json) -
factory
Properties
- channelClass → ChannelClass?
-
Channel class, e.g. 'STANDARD'
final
- codec → ReservationCodec?
-
Codec, e.g. 'AVC'
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maximumBitrate → ReservationMaximumBitrate?
-
Maximum bitrate, e.g. 'MAX_20_MBPS'
final
- maximumFramerate → ReservationMaximumFramerate?
-
Maximum framerate, e.g. 'MAX_30_FPS' (Outputs only)
final
- resolution → ReservationResolution?
-
Resolution, e.g. 'HD'
final
- resourceType → ReservationResourceType?
-
Resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- specialFeature → ReservationSpecialFeature?
-
Special feature, e.g. 'AUDIO_NORMALIZATION' (Channels only)
final
- videoQuality → ReservationVideoQuality?
-
Video quality, e.g. 'STANDARD' (Outputs only)
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited