options property

  1. @JsonKey(name: 'Options')
VideoSourceConfigurationOptions options
final

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.

Implementation

@JsonKey(name: 'Options')
final VideoSourceConfigurationOptions options;