Syntax fix: e.g.

This commit is contained in:
Adrian Sampson 2021-12-18 13:39:12 -08:00 committed by GitHub
parent 4f83b2d8a6
commit 3b9382d808
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -235,9 +235,9 @@ Audio information:
* length (in seconds)
* bitrate (in kilobits per second, with units: e.g., "192kbps")
* bitrate_mode (eg. "CBR", "VBR" or "ABR", only available for the MP3 format)
* encoder_info (eg. "LAME 3.97.0", only available for some formats)
* encoder_settings (eg. "-V2", only available for the MP3 format)
* bitrate_mode (e.g., "CBR", "VBR" or "ABR", only available for the MP3 format)
* encoder_info (e.g., "LAME 3.97.0", only available for some formats)
* encoder_settings (e.g., "-V2", only available for the MP3 format)
* format (e.g., "MP3" or "FLAC")
* channels
* bitdepth (only available for some formats)