ProducerOptions class
Constructors
-
ProducerOptions({required MediaStreamTrack track, required List<
RtpEncodingParameters> encodings, required ProducerCodecOptions codecOptions, required RtpCodecCapability codec, required bool stopTracks, required bool disableTrackOnPause, required bool zeroRtpOnPause, required Map<String, dynamic> appData})
Properties
-
appData
→ Map<
String, dynamic> -
final
- codec → RtpCodecCapability
-
final
- codecOptions → ProducerCodecOptions
-
final
- disableTrackOnPause → bool
-
final
-
encodings
→ List<
RtpEncodingParameters> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stopTracks → bool
-
final
- track → MediaStreamTrack
-
final
- zeroRtpOnPause → bool
-
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