Skip to content

Commit

Permalink
Merge pull request #700 from tguilbert-google/audio_encoder_bitrate_mode
Browse files Browse the repository at this point in the history
Add AudioEncoderConfig.bitrateMode default
  • Loading branch information
aboba authored Aug 17, 2023
2 parents d1ad3a5 + 7c5143b commit e498ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,7 @@
[EnforceRange] unsigned long sampleRate;
[EnforceRange] unsigned long numberOfChannels;
[EnforceRange] unsigned long long bitrate;
BitrateMode bitrateMode;
BitrateMode bitrateMode = "variable";
};
</xmp>

Expand Down

0 comments on commit e498ef7

Please sign in to comment.