ProduceArguments class
Constructors
-
ProduceArguments({required MediaStreamTrack track, required MediaStream stream, required List<
RtpEncodingParameters> encodings, ProducerCodecOptions? codecOptions, RtpCodecCapability? codec, bool stopTracks = true, bool disableTrackOnPause = true, bool zeroRtpOnPause = false, Map<String, dynamic> appData = const <String, dynamic>{}, required String source, Function? accept}) -
const
Properties
- accept → Function?
-
final
-
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
- source → String
-
final
- stopTracks → bool
-
final
- stream → MediaStream
-
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