ข้อมูลอ้างอิงเกี่ยวกับ Struct audio_policy

ข้อมูลอ้างอิงเกี่ยวกับ Struct audio_policy

#include < audio_policy.h >

ฟิลด์ข้อมูล

int(*  set_device_connection_state )(struct audio_policy *pol, audio_devices_t device, audio_policy_dev_state_t state, const char *device_address)
 
audio_policy_dev_state_t(*  get_device_connection_state )(const struct audio_policy *pol, audio_devices_t device, const char *device_address)
 
void(*  set_phone_state )(struct audio_policy *pol, audio_mode_t state)
 
void(*  set_ringer_mode )(struct audio_policy *pol, uint32_t mode, uint32_t mask)
 
void(*  set_force_use )(struct audio_policy *pol, audio_policy_force_use_t usage, audio_policy_forced_cfg_t config)
 
audio_policy_forced_cfg_t(*  get_force_use )(const struct audio_policy *pol, audio_policy_force_use_t usage)
 
void(*  set_can_mute_enforced_audible )(struct audio_policy *pol, bool can_mute)
 
int(*  init_check )(const struct audio_policy *pol)
 
audio_io_handle_t(*  get_output )(struct audio_policy *pol, audio_stream_type_t stream, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_output_flags_t flags, const audio_offload_info_t *offloadInfo)
 
int(*  start_output )(struct audio_policy *pol, audio_io_handle_t output, audio_stream_type_t stream, audio_session_t session)
 
int(*  stop_output )(struct audio_policy *pol, audio_io_handle_t output, audio_stream_type_t stream, audio_session_t session)
 
void(*  release_output )(struct audio_policy *pol, audio_io_handle_t output)
 
audio_io_handle_t(*  get_input )(struct audio_policy *pol, audio_source_t inputSource, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_in_acoustics_t acoustics)
 
int(*  start_input )(struct audio_policy *pol, audio_io_handle_t input)
 
int(*  stop_input )(struct audio_policy *pol, audio_io_handle_t input)
 
void(*  release_input )(struct audio_policy *pol, audio_io_handle_t input)
 
void(*  init_stream_volume )(struct audio_policy *pol, audio_stream_type_t stream, int index_min, int index_max)
 
int(*  set_stream_volume_index )(struct audio_policy *pol, audio_stream_type_t stream, int index)
 
int(*  get_stream_volume_index )(const struct audio_policy *pol, audio_stream_type_t stream, int *index)
 
int(*  set_stream_volume_index_for_device )(struct audio_policy *pol, audio_stream_type_t stream, int index, audio_devices_t device)
 
int(*  get_stream_volume_index_for_device )(const struct audio_policy *pol, audio_stream_type_t stream, int *index, audio_devices_t device)
 
uint32_t(*  get_strategy_for_stream )(const struct audio_policy *pol, audio_stream_type_t stream)
 
audio_devices_t(*  get_devices_for_stream )(const struct audio_policy *pol, audio_stream_type_t stream)
 
audio_io_handle_t(*  get_output_for_effect )(struct audio_policy *pol, const struct effect_descriptor_s *desc)
 
int(*  register_effect )(struct audio_policy *pol, const struct effect_descriptor_s *desc, audio_io_handle_t output, uint32_t strategy, audio_session_t session, int id)
 
int(*  unregister_effect )(struct audio_policy *pol, int id)
 
int(*  set_effect_enabled )(struct audio_policy *pol, int id, bool enabled)
 
bool(*  is_stream_active )(const struct audio_policy *pol, audio_stream_type_t stream, uint32_t in_past_ms)
 
bool(*  is_stream_active_remotely )(const struct audio_policy *pol, audio_stream_type_t stream, uint32_t in_past_ms)
 
bool(*  is_source_active )(const struct audio_policy *pol, audio_source_t source)
 
int(*  dump )(const struct audio_policy *pol, int fd)
 
bool(*  is_offload_supported )(const struct audio_policy *pol, const audio_offload_info_t *info)
 

คำอธิบายโดยละเอียด

คําจํากัดความที่บรรทัด 83 ของไฟล์ audio_policy.h .

เอกสารประกอบในสนาม

int(* dump)(const struct audio_policy *pol, int fd)

คําจํากัดความที่บรรทัด 244 ของไฟล์ audio_policy.h .

audio_policy_dev_state_t(* get_device_connection_state)(const struct audio_policy *pol, audio_devices_t device, const char *device_address)

คําจํากัดความที่บรรทัด 95 ของไฟล์ audio_policy.h

audio_devices_t(* get_devices_for_stream)(const struct audio_policy *pol, audio_stream_type_t stream)

คําจํากัดความที่บรรทัด 214 ของไฟล์ audio_policy.h .

audio_policy_forced_cfg_t(* get_force_use)(const struct audio_policy *pol, audio_policy_force_use_t usage)

คําจํากัดความที่บรรทัด 114 ของไฟล์ audio_policy.h .

audio_io_handle_t(* get_input)(struct audio_policy *pol, audio_source_t inputSource, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_in_acoustics_t acoustics)

คําจํากัดความที่บรรทัด 158 ของไฟล์ audio_policy.h .

audio_io_handle_t(* get_output)(struct audio_policy *pol, audio_stream_type_t stream, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_output_flags_t flags, const audio_offload_info_t *offloadInfo)

คําจํากัดความที่บรรทัด 131 ของไฟล์ audio_policy.h .

audio_io_handle_t(* get_output_for_effect)(struct audio_policy *pol, const struct effect_descriptor_s *desc)

คําจํากัดความที่บรรทัด 218 ของไฟล์ audio_policy.h .

uint32_t(* get_strategy_for_stream)(const struct audio_policy *pol, audio_stream_type_t stream)

คําจํากัดความที่บรรทัด 210 ของไฟล์ audio_policy.h .

int(* get_stream_volume_index)(const struct audio_policy *pol, audio_stream_type_t stream, int *index)

คําจํากัดความที่บรรทัด 191 ของไฟล์ audio_policy.h .

int(* get_stream_volume_index_for_device)(const struct audio_policy *pol, audio_stream_type_t stream, int *index, audio_devices_t device)

คําจํากัดความที่บรรทัด 204 ของไฟล์ audio_policy.h .

int(* init_check)(const struct audio_policy *pol)

คําจํากัดความที่บรรทัด 123 ของไฟล์ audio_policy.h .

void(* init_stream_volume)(struct audio_policy *pol, audio_stream_type_t stream, int index_min, int index_max)

คําจํากัดความที่บรรทัด 179 ของไฟล์ audio_policy.h .

bool(* is_offload_supported)(const struct audio_policy *pol, const audio_offload_info_t *info)

คําจํากัดความที่บรรทัด 247 ของไฟล์ audio_policy.h

bool(* is_source_active)(const struct audio_policy *pol, audio_source_t source)

คําจํากัดความที่บรรทัด 240 ของไฟล์ audio_policy.h

bool(* is_stream_active)(const struct audio_policy *pol, audio_stream_type_t stream, uint32_t in_past_ms)

คําจํากัดความที่บรรทัด 232 ของไฟล์ audio_policy.h .

bool(* is_stream_active_remotely)(const struct audio_policy *pol, audio_stream_type_t stream, uint32_t in_past_ms)

คําจํากัดความที่บรรทัด 236 ของไฟล์ audio_policy.h .

int(* register_effect)(struct audio_policy *pol, const struct effect_descriptor_s *desc, audio_io_handle_t output, uint32_t strategy, audio_session_t session, int id)

คําจํากัดความที่บรรทัด 221 ของไฟล์ audio_policy.h .

void(* release_input)(struct audio_policy *pol, audio_io_handle_t input)

คําจํากัดความที่บรรทัด 171 ของไฟล์ audio_policy.h .

void(* release_output)(struct audio_policy *pol, audio_io_handle_t output)

คําจํากัดความที่บรรทัด 154 ของไฟล์ audio_policy.h .

void(* set_can_mute_enforced_audible)(struct audio_policy *pol, bool can_mute)

คําจํากัดความที่บรรทัด 119 ของไฟล์ audio_policy.h .

int(* set_device_connection_state)(struct audio_policy *pol, audio_devices_t device, audio_policy_dev_state_t state, const char *device_address)

คําจํากัดความที่บรรทัด 89 ของไฟล์ audio_policy.h .

int(* set_effect_enabled)(struct audio_policy *pol, int id, bool enabled)

คําจํากัดความที่บรรทัด 230 ของไฟล์ audio_policy.h .

void(* set_force_use)(struct audio_policy *pol, audio_policy_force_use_t usage, audio_policy_forced_cfg_t config)

คําจํากัดความที่บรรทัด 109 ของไฟล์ audio_policy.h .

void(* set_phone_state)(struct audio_policy *pol, audio_mode_t state)

คําจํากัดความที่บรรทัด 102 ของไฟล์ audio_policy.h .

void(* set_ringer_mode)(struct audio_policy *pol, uint32_t mode, uint32_t mask)

คําจํากัดความที่บรรทัด 105 ของไฟล์ audio_policy.h .

int(* set_stream_volume_index)(struct audio_policy *pol, audio_stream_type_t stream, int index)

คําจํากัดความที่บรรทัด 186 ของไฟล์ audio_policy.h .

int(* set_stream_volume_index_for_device)(struct audio_policy *pol, audio_stream_type_t stream, int index, audio_devices_t device)

คําจํากัดความที่บรรทัด 198 ของไฟล์ audio_policy.h

int(* start_input)(struct audio_policy *pol, audio_io_handle_t input)

คําจํากัดความที่บรรทัด 165 ของไฟล์ audio_policy.h .

int(* start_output)(struct audio_policy *pol, audio_io_handle_t output, audio_stream_type_t stream, audio_session_t session)

คําจํากัดความที่บรรทัด 141 ของไฟล์ audio_policy.h .

int(* stop_input)(struct audio_policy *pol, audio_io_handle_t input)

คําจํากัดความที่บรรทัด 168 ของไฟล์ audio_policy.h .

int(* stop_output)(struct audio_policy *pol, audio_io_handle_t output, audio_stream_type_t stream, audio_session_t session)

คําจํากัดความที่บรรทัด 148 ของไฟล์ audio_policy.h .

int(* unregister_effect)(struct audio_policy *pol, int id)

คําจํากัดความที่บรรทัด 228 ของไฟล์ audio_policy.h .


เอกสารประกอบสำหรับโครงสร้างนี้สร้างขึ้นจากไฟล์ต่อไปนี้