MediaPackageOutputDestinationSettings class
MediaPackage Output Destination Settings
Constructors
- MediaPackageOutputDestinationSettings({String? channelId})
-
MediaPackageOutputDestinationSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- channelId → String?
-
ID of the channel in MediaPackage that is the destination for this output
group. You do not need to specify the individual inputs in MediaPackage;
MediaLive will handle the connection of the two MediaLive pipelines to the
two MediaPackage inputs. The MediaPackage channel and MediaLive channel must
be in the same region.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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