GetVideoSourceConfigurationOptionsResponse class
This operation returns the available options (supported values and ranges for video source configuration parameters) when the video source parameters are reconfigured 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.
- Annotations
-
- @JsonSerializable()
Constructors
- GetVideoSourceConfigurationOptionsResponse({required VideoSourceConfigurationOptions options})
-
GetVideoSourceConfigurationOptionsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- options → VideoSourceConfigurationOptions
-
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.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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