Output class

An output object describes the settings for a single output file or stream in an output group.

Constructors

Output({List<AudioDescription>? audioDescriptions, List<CaptionDescription>? captionDescriptions, ContainerSettings? containerSettings, String? extension, String? nameModifier, OutputSettings? outputSettings, String? preset, VideoDescription? videoDescription})
Output.fromJson(Map<String, dynamic> json)
factory

Properties

audioDescriptions List<AudioDescription>?
(AudioDescriptions) contains groups of audio encoding settings organized by audio codec. Include one instance of (AudioDescriptions) per output. (AudioDescriptions) can contain multiple groups of encoding settings.
final
captionDescriptions List<CaptionDescription>?
(CaptionDescriptions) contains groups of captions settings. For each output that has captions, include one instance of (CaptionDescriptions). (CaptionDescriptions) can contain multiple groups of captions settings.
final
containerSettings ContainerSettings?
Container specific settings.
final
extension String?
Use Extension (Extension) to specify the file extension for outputs in File output groups. If you do not specify a value, the service will use default extensions by container type as follows * MPEG-2 transport stream, m2ts * Quicktime, mov * MXF container, mxf * MPEG-4 container, mp4 * WebM container, webm * No Container, the service will use codec extensions (e.g. AAC, H265, H265, AC3)
final
hashCode int
The hash code for this object.
no setterinherited
nameModifier String?
Use Name modifier (NameModifier) to have the service add a string to the end of each output filename. You specify the base filename as part of your destination URI. When you create multiple outputs in the same output group, Name modifier (NameModifier) is required. Name modifier also accepts format identifiers. For DASH ISO outputs, if you use the format identifiers $Number$ or $Time$ in one output, you must use them in the same way in all outputs of the output group.
final
outputSettings OutputSettings?
Specific settings for this type of output.
final
preset String?
Use Preset (Preset) to specifiy a preset for your transcoding settings. Provide the system or custom preset name. You can specify either Preset (Preset) or Container settings (ContainerSettings), but not both.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoDescription VideoDescription?
(VideoDescription) contains a group of video encoding settings. The specific video settings depend on the video codec that you choose when you specify a value for Video codec (codec). Include one instance of (VideoDescription) per output.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited