VideoEncoderConfiguration class Null safety

If the video encoder configuration token is already known, the encoder configuration can be fetched through the GetVideoEncoderConfiguration command.

Annotations

Constructors

VideoEncoderConfiguration({required dynamic xmlName, required dynamic xmlUseCount, required dynamic xmlEncoding, required Resolution resolution, required dynamic xmlQuality, required RateControl rateControl, Mpeg4? mpeg4, H264? h264, required Multicast multiCast, required dynamic xmlSessionTimeout})
VideoEncoderConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

encoding String
Used video codec, either Jpeg, H.264 or Mpeg4 [...]
read-only
h264 H264?
Optional element to configure H.264 related parameters.
@JsonKey(name: 'H264'), final
hashCode int
The hash code for this object. [...]
read-only, inherited
mpeg4 Mpeg4?
Optional element to configure Mpeg4 related parameters.
@JsonKey(name: 'MPEG4'), final
multiCast Multicast
Defines the multicast settings that could be used for video streaming.
@JsonKey(name: 'Multicast'), final
name String
User readable name. Length up to 64 characters.
read-only
quality double
Relative value for the video quantizers and the quality of the video. A high value within supported quality range means higher quality
read-only
rateControl RateControl
Optional element to configure rate control related parameters.
@JsonKey(name: 'RateControl'), final
resolution Resolution
Configured video resolution
@JsonKey(name: 'Resolution'), final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sessionTimeout String
The rtsp session timeout for the related video stream
read-only
useCount int
Number of internal references currently using this configuration. This informational parameter is read-only. Deprecated for Media2 Service.
read-only
xmlEncoding → dynamic
@JsonKey(name: 'Encoding'), final
xmlName → dynamic
@JsonKey(name: 'Name'), final
xmlQuality → dynamic
@JsonKey(name: 'Quality'), final
xmlSessionTimeout → dynamic
@JsonKey(name: 'SessionTimeout'), final
xmlUseCount → dynamic
@JsonKey(name: 'UseCount'), final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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