[streaming/xcode] configurable MP3 streaming bitrate

This commit is contained in:
whatdoineed2do/Ray
2019-08-23 16:22:11 +01:00
committed by ejurgensen
parent cae790ed7e
commit 554799ebc3
10 changed files with 61 additions and 7 deletions

View File

@@ -31,6 +31,7 @@ struct media_quality {
int sample_rate;
int bits_per_sample;
int channels;
int bit_rate;
};
struct onekeyval {