VideoEncoderConfiguration class
If the video encoder configuration token is already known, the encoder configuration can be fetched through the GetVideoEncoderConfiguration command.
- Annotations
-
- @JsonSerializable()
Constructors
- VideoEncoderConfiguration({String? token, required String name, required int useCount, String? encoding, Resolution? resolution, double? quality, RateControl? rateControl, Mpeg4? mpeg4, H264? h264, MulticastConfiguration? multiCast, String? sessionTimeout})
-
VideoEncoderConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- encoding → String?
-
Used video codec, either Jpeg, H.264 or Mpeg4
final
- h264 → H264?
-
Optional element to configure H.264 related parameters.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mpeg4 → Mpeg4?
-
Optional element to configure Mpeg4 related parameters.
final
- multiCast → MulticastConfiguration?
-
Defines the multicast settings that could be used for video streaming.
final
- name → String
-
User readable name. Length up to 64 characters.
final
- quality → double?
-
Relative value for the video quantizers and the quality of the video. A
high value within supported quality range means higher quality
final
- rateControl → RateControl?
-
Optional element to configure rate control related parameters.
final
- resolution → Resolution?
-
Configured video resolution
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionTimeout → String?
-
The rtsp session timeout for the related video stream
final
- token → String?
-
Unique identifier of the profile.
final
- useCount → int
-
Number of internal references currently using this configuration.
This informational parameter is read-only. Deprecated for Media2 Service.
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited