Transport class
Attributes related to the transport stream that are used in a source or output.
Constructors
Properties
-
cidrAllowList
→ List<
String> ? -
The range of IP addresses that should be allowed to initiate output requests
to this flow. These IP addresses should be in the form of a Classless
Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxBitrate → int?
-
The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
final
- maxLatency → int?
-
The maximum latency in milliseconds. This parameter applies only to
RIST-based and Zixi-based streams.
final
- protocol → Protocol
-
The protocol that is used by the source or output.
final
- remoteId → String?
-
The remote ID for the Zixi-pull stream.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- smoothingLatency → int?
-
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
final
- streamId → String?
-
The stream ID that you want to use for this transport. This parameter
applies only to Zixi-based streams.
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