![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
Enumerations | |
enum | AML_DEVICE_TYPE { AML_DEVICE_TYPE_UNINIT = -2 , AML_DEVICE_TYPE_UNKNOWN = -1 , AML_DEVICE_TYPE_M1 , AML_DEVICE_TYPE_M3 , AML_DEVICE_TYPE_M6 , AML_DEVICE_TYPE_M8 , AML_DEVICE_TYPE_M8B , AML_DEVICE_TYPE_M8M2 } |
enum | AML_DISPLAY_AXIS_PARAM { AML_DISPLAY_AXIS_PARAM_X = 0 , AML_DISPLAY_AXIS_PARAM_Y , AML_DISPLAY_AXIS_PARAM_WIDTH , AML_DISPLAY_AXIS_PARAM_HEIGHT } |
enum | AML_SUPPORT_H264_4K2K { AML_SUPPORT_H264_4K2K_UNINIT = -1 , AML_NO_H264_4K2K , AML_HAS_H264_4K2K , AML_HAS_H264_4K2K_SAME_PROFILE } |
enum AML_DEVICE_TYPE |
void aml_disable_freeScale | ( | ) |
void aml_enable_freeScale | ( | const RESOLUTION_INFO & | res | ) |
bool aml_get_native_resolution | ( | RESOLUTION_INFO * | res | ) |
bool aml_get_preferred_resolution | ( | RESOLUTION_INFO * | res | ) |
void aml_handle_display_stereo_mode | ( | const int | stereo_mode | ) |
void aml_handle_scale | ( | const RESOLUTION_INFO & | res | ) |
bool aml_has_capability_ignore_alpha | ( | ) |
bool aml_has_frac_rate_policy | ( | ) |
bool aml_IsHdmiConnected | ( | ) |
bool aml_mode_to_resolution | ( | const char * | mode, |
RESOLUTION_INFO * | res | ||
) |
bool aml_permissions | ( | ) |
bool aml_present | ( | ) |
bool aml_probe_resolutions | ( | std::vector< RESOLUTION_INFO > & | resolutions | ) |
bool aml_read_reg | ( | const std::string & | reg, |
uint32_t & | reg_val | ||
) |
void aml_set_audio_passthrough | ( | bool | passthrough | ) |
bool aml_set_display_resolution | ( | const RESOLUTION_INFO & | res, |
std::string | framebuffer_name | ||
) |
void aml_set_framebuffer_resolution | ( | const RESOLUTION_INFO & | res, |
std::string | framebuffer_name | ||
) |
void aml_set_framebuffer_resolution | ( | int | width, |
int | height, | ||
std::string | framebuffer_name | ||
) |
bool aml_set_native_resolution | ( | const RESOLUTION_INFO & | res, |
std::string | framebuffer_name, | ||
const int | stereo_mode | ||
) |
bool aml_set_reg_ignore_alpha | ( | ) |
void aml_setup_video_scaling | ( | const char * | mode | ) |
AML_SUPPORT_H264_4K2K aml_support_h264_4k2k | ( | ) |
bool aml_support_hevc | ( | ) |
bool aml_support_hevc_10bit | ( | ) |
bool aml_support_hevc_4k2k | ( | ) |
bool aml_support_vp9 | ( | ) |
bool aml_unset_reg_ignore_alpha | ( | ) |
bool aml_wired_present | ( | ) |