mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 10:40:05 +08:00
parent
33f860fd04
commit
2f4cd67162
@ -79,7 +79,7 @@ CodecId getCodecA() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
CodecId getCodecU() {
|
CodecId getCodecU() {
|
||||||
return CodecG711A;
|
return CodecG711U;
|
||||||
}
|
}
|
||||||
|
|
||||||
Track::Ptr getTrackByCodecId_l(CodecId codec, int sample_rate, int channels, int sample_bit) {
|
Track::Ptr getTrackByCodecId_l(CodecId codec, int sample_rate, int channels, int sample_bit) {
|
||||||
|
Loading…
Reference in New Issue
Block a user