Android OpenTV Player SDK
4.23.3.1610362082
|
Interface for receiving events about NMP SDK control content output. More...
Public Member Functions | |
void | onDeviceConnected (int xDeviceType) |
Called when an external output device connect to current device. More... | |
void | onDeviceDisconnected (int xDeviceType) |
Called when an external output device disconnect to current device. More... | |
void | onAccessStateChanged (int xAccessState) |
Called when SDK changed content output access state. More... | |
void | onBitrateLimitCapped (int xBitrate) |
Called when the content stream has bitrate limit set. More... | |
void | onResolutionLimitCapped (int xWidth, int xHeight) |
Called when resolution limit is set and the stream can comply to the limit, reporting the current maximum resolution. More... | |
Interface for receiving events about NMP SDK control content output.
void onAccessStateChanged | ( | int | xAccessState | ) |
Called when SDK changed content output access state.
xAccessState | the content access state |
void onBitrateLimitCapped | ( | int | xBitrate | ) |
Called when the content stream has bitrate limit set.
xBitrate | the bitrate selected to comply with the bitrate limitation |
void onDeviceConnected | ( | int | xDeviceType | ) |
Called when an external output device connect to current device.
xDeviceType | the device type: digital/analog/miracast etc |
void onDeviceDisconnected | ( | int | xDeviceType | ) |
Called when an external output device disconnect to current device.
xDeviceType | the device type: digital/analog/miracast etc |
void onResolutionLimitCapped | ( | int | xWidth, |
int | xHeight | ||
) |
Called when resolution limit is set and the stream can comply to the limit, reporting the current maximum resolution.
xWidth | the horizontal resolution selected to comply with the resolution limit |
xHeight | the vertical resolution selected to comply with the resolution limit |