Skip to content

Commit

Permalink
1.1.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
cpluser09 committed Sep 15, 2017
1 parent b4a777f commit 07e4d62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/include/qcPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ typedef struct
// Background color for video render. Param should QC_COLOR *
// This should be called before open. Default value is black, {0.0, 0.0, 0.0, 1.0}
#define QCPLAY_PID_BG_COLOR QC_PLAY_BASE + 0X71

// Set SDK ID. Param should be char*.
// This should be called before open.
#define QCPLAY_PID_SDK_ID QC_PLAY_BASE + 0X72

// Set ext audio render. Internal use.
// The parameter should be CBaseAudioRnd *.
Expand Down
Binary file modified ios/lib/libqcPlayEng.a
Binary file not shown.

0 comments on commit 07e4d62

Please sign in to comment.