fix:增加native解码插件支持720P对讲页面
This commit is contained in:
parent
203b625ddd
commit
47f5096a9c
@ -13,7 +13,11 @@ class TalkConstant {
|
|||||||
audioType: [AudioTypeE.G711],
|
audioType: [AudioTypeE.G711],
|
||||||
);
|
);
|
||||||
static TalkExpectReq H264Expect = TalkExpectReq(
|
static TalkExpectReq H264Expect = TalkExpectReq(
|
||||||
videoType: [VideoTypeE.H264],
|
videoType: [VideoTypeE.H264_720P],
|
||||||
|
audioType: [AudioTypeE.G711],
|
||||||
|
);
|
||||||
|
static TalkExpectReq H264_720P_Expect = TalkExpectReq(
|
||||||
|
videoType: [VideoTypeE.H264_720P],
|
||||||
audioType: [AudioTypeE.G711],
|
audioType: [AudioTypeE.G711],
|
||||||
);
|
);
|
||||||
static TalkExpectReq H264_720P_Expect = TalkExpectReq(
|
static TalkExpectReq H264_720P_Expect = TalkExpectReq(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user