VideoSourceConfigurationOptions class
This message contains the video source configuration options. If a video source configuration is specified, the options shall concern that particular configuration. If a media profile is specified, the options shall be compatible with that media profile. If no tokens are specified, the options shall be considered generic for the device.
- Annotations
-
- @JsonSerializable()
Constructors
-
VideoSourceConfigurationOptions({required int? maximumNumberOfProfiles, required IntRectangleRange boundsRange, required List<
String> videoSourceTokensAvailable, Map<String, dynamic> ? extension}) -
VideoSourceConfigurationOptions.fromJson(Map<
String, dynamic> json) -
factory
Properties
- boundsRange → IntRectangleRange
-
Supported range for the capturing area. Device that does not support
cropped streaming shall express BoundsRange option as mentioned below
BoundsRange->XRange and BoundsRange->YRange with same Min/Max values
HeightRange and WidthRange Min/Max values same as VideoSource Height and
Width Limits.
final
-
extension
→ Map<
String, dynamic> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maximumNumberOfProfiles → int?
-
Maximum number of profiles.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
videoSourceTokensAvailable
→ List<
String> -
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