![]() |
Streamaxia Open SDK
3.2
|
#import <AXStreamSource.h>
Instance Methods | |
| (void) | - streamSourceDidConnect: |
| (void) | - streamSourceDidDisconnect: |
| (void) | - streamSourceDidCloseConnection: |
| (void) | - streamSource:didFailConnectingWithError: |
Stream source delegate. Can be used to receive the status of a particular source.
|
optional |
Called if an error occurrs while connecting. This can happen when the on property is set YES.
| streamSource | The stream source. |
|
optional |
Called if the connection is closed. This happens when the on property is set NO.
| streamSource | The stream source. |
|
optional |
Called after the stream source successfully connected to the server. If the stream source cannot connect to the server, this method is never called.
| streamSource | The stream source. |
|
optional |
Called after the stream source disconnected from the server. This might happen from various reasons, for instance if the internet connection is lost.
| streamSource | The stream source. |
1.8.13