![]() |
Streamaxia Open SDK
3.2
|
#import <AXRecorder.h>
Instance Methods | |
| (void) | - recorder:didChangeState: |
| (void) | - recorder:didUpdateStreamTime: |
| (void) | - recorder:didReceiveInfo: |
| (void) | - recorder:didReceiveWarning: |
| (void) | - recorder:didReceiveError: |
| (void) | - recorder:didChangeNetworkStatus: |
The recorder delegate. It provides delegate methods for state changes, infos, warnings, errors, network status and others.
|
optional |
It's called when the network status has changed.
| recorder | The recorder. |
| status | The new network status. |
|
optional |
It's called when the recorder state has changed. Implement this to react to the recorder state changes and display useful UI.
| recorder | The recorder. |
| state | The new state of the recorder. |
|
optional |
It's called when the recorder has received some errors.
Usually these are received when something went wrong during the streaming, invalid settings change or other misc errors have been encountered and that will cause the malfunction of the recorder.
| recorder | The recorder. |
| error | The error. |
|
optional |
It's called when the recorder has received some info.
| recorder | The recorder. |
| info | The info. |
|
optional |
It's called when the recorder has received some warnings.
The warning should be monitored since they may point out incorrect settings, incorrect setups and others that may affect the correct functionality of the recorder.
| recorder | The recorder. |
| warning | The warning. |
|
optional |
It's called when the recorder updates the passes time since the start of the streaming. The time passed is provided in seconds, since the start of the streaming.
| recorder | The recorder. |
| deltaTime | The total time passed. |
1.8.13