type property

  1. @JsonKey(name: 'type')
VideoBufferType? type
final

The video type. See VideoBufferType.

Implementation

@JsonKey(name: 'type')
final VideoBufferType? type;