<VOCommonPlayerHDMI > Protocol Reference

#import <VOCommonPlayerHDMI.h>

+ Inheritance diagram for <VOCommonPlayerHDMI >:

Instance Methods

(VO_OSMP_RETURN_CODE) - enableHDMIDetection:
 Enable/disable HDMI connection detection. More...
 
(bool) - isHDMIDetectionSupported
 Check if HDMI connection detection is supported. More...
 
(VO_OSMP_HDMI_CONNECTION_STATUS) - getHDMIStatus
 Check if HDMI is connected. More...
 
(VO_OSMP_RETURN_CODE) - setOnHDMIConnectionChangeDelegate:
 Set a delegation for getting HDMI Connection change callback. More...
 

Method Documentation

- (VO_OSMP_RETURN_CODE VOCommonPlayerHDMI) enableHDMIDetection: (bool)  value

Enable/disable HDMI connection detection.

Parameters
value[in] Enable/disable; true to enable HDMI detection, false to disable.
Returns
VO_OSMP_ERR_NONE if successful.
- (VO_OSMP_HDMI_CONNECTION_STATUS VOCommonPlayerHDMI) getHDMIStatus

Check if HDMI is connected.

Returns
HDMI connection state, refer to VO_OSMP_HDMI_CONNECTION_STATUS
- (bool VOCommonPlayerHDMI) isHDMIDetectionSupported

Check if HDMI connection detection is supported.

Returns
true if HDMI connection detection is supported, false if not supported
- (VO_OSMP_RETURN_CODE VOCommonPlayerHDMI) setOnHDMIConnectionChangeDelegate: (id< onHDMIConnectionChangeDelegate >)  delegate

Set a delegation for getting HDMI Connection change callback.

Parameters
listener[in] Listener, an onHDMIConnectionChangeListener instance.
Returns
VO_OSMP_ERR_NONE if successful

The documentation for this protocol was generated from the following file: