streamType property

  1. @JsonKey(name: 'streamType')
VideoStreamType? streamType
final

The type of video streams. See VideoStreamType.

Implementation

@JsonKey(name: 'streamType')
final VideoStreamType? streamType;