UdpGroupSettings class
Udp Group Settings
Constructors
- UdpGroupSettings({InputLossActionForUdpOut? inputLossAction, UdpTimedMetadataId3Frame? timedMetadataId3Frame, int? timedMetadataId3Period})
-
UdpGroupSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputLossAction → InputLossActionForUdpOut?
-
Specifies behavior of last resort when input video is lost, and no more
backup inputs are available. When dropTs is selected the entire transport
stream will stop being emitted. When dropProgram is selected the program
can be dropped from the transport stream (and replaced with null packets to
meet the TS bitrate requirement). Or, when emitProgram is chosen the
transport stream will continue to be produced normally with repeat frames,
black frames, or slate frames substituted for the absent input video.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timedMetadataId3Frame → UdpTimedMetadataId3Frame?
-
Indicates ID3 frame that has the timecode.
final
- timedMetadataId3Period → int?
-
Timed Metadata interval in seconds.
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