audioCodecProfile property

  1. @JsonKey(includeIfNull: false)
AudioCodecProfileType? audioCodecProfile
getter/setter pair

Audio codec profile type: AudioCodecProfileType. Set it as LCAAC or HEAAC. The default value is LCAAC.

Implementation

@JsonKey(includeIfNull: false)
AudioCodecProfileType? audioCodecProfile;