RECResultCode
Enum
Module: anysdk
The callback of REC system
Index
kRECInitSuccess
kRECInitFail
kRECStartRecording
kRECStopRecording
kRECPauseRecording
kRECResumeRecording
kRECEnterSDKPage
kRECQuitSDKPage
kRECShareSuccess
kRECShareFail
kRECExtension
Details
kRECInitSuccess
The callback of succeeding in initing sdk
meta | description |
---|---|
Type | Number |
Defined in | extensions/anysdk/jsb_anysdk.js:2716 |
kRECInitFail
The callback of failing to init sdk.
meta | description |
---|---|
Type | Number |
Defined in | extensions/anysdk/jsb_anysdk.js:2723 |
kRECStartRecording
The callback of starting to record.
meta | description |
---|---|
Type | Number |
Defined in | extensions/anysdk/jsb_anysdk.js:2730 |
kRECStopRecording
The callback of stoping to record.
meta | description |
---|---|
Type | Number |
Defined in | extensions/anysdk/jsb_anysdk.js:2737 |
kRECPauseRecording
The callback of pausing to record.
meta | description |
---|---|
Type | Number |
Defined in | extensions/anysdk/jsb_anysdk.js:2744 |
kRECResumeRecording
The callback of resuming to record.
meta | description |
---|---|
Type | Number |
Defined in | extensions/anysdk/jsb_anysdk.js:2751 |
kRECEnterSDKPage
The callback of entering SDK`s page.
meta | description |
---|---|
Type | Number |
Defined in | extensions/anysdk/jsb_anysdk.js:2758 |
kRECQuitSDKPage
The callback of quiting SDK`s page.
meta | description |
---|---|
Type | Number |
Defined in | extensions/anysdk/jsb_anysdk.js:2765 |
kRECShareSuccess
The callback of succeeding in initing sdk
meta | description |
---|---|
Type | Number |
Defined in | extensions/anysdk/jsb_anysdk.js:2772 |
kRECShareFail
The callback of failing to share.
meta | description |
---|---|
Type | Number |
Defined in | extensions/anysdk/jsb_anysdk.js:2779 |
kRECExtension
The extension code of REC system
meta | description |
---|---|
Type | Number |
Defined in | extensions/anysdk/jsb_anysdk.js:2786 |