type property

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

The type of the audio frame. See AudioFrameType.

Implementation

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