![]() |
Mac SDK
|
Instance Methods | |
| (void) | - onGetCCPrvilege |
| Callback of getting the privilege of close caption. | |
| (void) | - onLostCCPrvilege |
| Callback of losing privilege of close caption. | |
| (void) | - onReceiveCCMessageWithString: |
| Notify the current user that close caption is received. More... | |
| (void) | - onReceiveCCRealtimeMessage: |
| Notify the current user of realtime message. More... | |
| - (void) onReceiveCCMessageWithString: | (NSString *) | inString |
Notify the current user that close caption is received.
| inString | The string of the close caption. |
| - (void) onReceiveCCRealtimeMessage: | (NSString *) | realtimeMessage |
Notify the current user of realtime message.
| realtimeMessage | The message that is being input. |