Skip to content

Commit edf41b4

Browse files
runnerrunner
authored andcommitted
1 parent 5d07954 commit edf41b4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Source/XP2P-iOS/Classes/AppWrapper.h

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extern "C" {
1111

1212
#define MAX_SIZE_OF_PARAMS 3000
1313

14-
static const char * VIDEOSDKVERSION = "2.3.0+git.e52fd78c";
14+
static const char * VIDEOSDKVERSION = "2.2.x+git.0587ed69";
1515

1616
typedef enum
1717
{
@@ -205,6 +205,13 @@ int getCommandRequestWithSync(const char *id, const char *command, char **buf, s
205205
*/
206206
int getCommandRequestWithAsync(const char *id, const char *command);
207207

208+
209+
/**
210+
* @brief 调试接口,便于通过播放器请求httpflv时,保存拉取的原始流数据就行分析
211+
* @param id:目标camera在app端的唯一标识符
212+
*/
213+
void startRecordPlayerStream(const char *id);
214+
208215
#ifdef __cplusplus
209216
}
210217
#endif

Source/XP2P-iOS/libenet.a

-1.69 MB
Binary file not shown.

0 commit comments

Comments
 (0)