مرجع بنية audio_stream

مرجع بنية audio_stream

#include < audio.h >

حقول البيانات

uint32_t(*  get_sample_rate )(const struct audio_stream *stream)
 
int(*  set_sample_rate )(struct audio_stream *stream, uint32_t rate)
 
size_t(*  get_buffer_size )(const struct audio_stream *stream)
 
audio_channel_mask_t(*  get_channels )(const struct audio_stream *stream)
 
audio_format_t(*  get_format )(const struct audio_stream *stream)
 
int(*  set_format )(struct audio_stream *stream, audio_format_t format)
 
int(*  standby )(struct audio_stream *stream)
 
int(*  dump )(const struct audio_stream *stream, int fd)
 
audio_devices_t(*  get_device )(const struct audio_stream *stream)
 
int(*  set_device )(struct audio_stream *stream, audio_devices_t device)
 
int(*  set_parameters )(struct audio_stream *stream, const char *kv_pairs)
 
char *(*  get_parameters )(const struct audio_stream *stream, const char *keys)
 
int(*  add_audio_effect )(const struct audio_stream *stream, effect_handle_t effect)
 
int(*  remove_audio_effect )(const struct audio_stream *stream, effect_handle_t effect)
 

وصف مفصّل

التعريف في السطر 170 من الملف audio.h .

مستندات الحقل

int(* add_audio_effect)(const struct audio_stream *stream, effect_handle_t effect)

التعريف في السطر 246 من الملف audio.h .

int(* dump)(const struct audio_stream *stream, int fd)

تفريغ حالة جهاز إدخال/إخراج الصوت

التعريف في السطر 212 من الملف audio.h .

size_t(* get_buffer_size)(const struct audio_stream *stream)

عرض حجم ذاكرة التخزين المؤقت للإدخال/الإخراج بالبايت لهذا البث، على سبيل المثال: 4,800. يجب أن يكون مضاعِفًا لحجم اللقطة. راجِع أيضًا get_input_buffer_size.

التعريف في السطر 186 من الملف audio.h .

audio_channel_mask_t(* get_channels)(const struct audio_stream *stream)

عرض قناع القناة، مثل AUDIO_CHANNEL_OUT_STEREO أو AUDIO_CHANNEL_IN_STEREO

التعريف في السطر 192 من الملف audio.h .

audio_devices_t(* get_device)(const struct audio_stream *stream)

عرض مجموعة الأجهزة التي تم ربط هذا البث بها

التعريف في السطر 215 من الملف audio.h .

audio_format_t(* get_format)(const struct audio_stream *stream)

عرض تنسيق الصوت، مثل AUDIO_FORMAT_PCM_16_BIT

التعريف في السطر 197 من الملف audio.h .

char*(* get_parameters)(const struct audio_stream *stream, const char *keys)

التعريف في السطر 244 من الملف audio.h .

uint32_t(* get_sample_rate)(const struct audio_stream *stream)

عرض معدّل أخذ العينات بالهرتز، على سبيل المثال 44100.

التعريف في السطر 175 من الملف audio.h .

int(* remove_audio_effect)(const struct audio_stream *stream, effect_handle_t effect)

التعريف في السطر 248 من الملف audio.h .

int(* set_device)(struct audio_stream *stream, audio_devices_t device)

غير مستخدَمة حاليًا: set_device() تتوافق مع set_parameters() باستخدام المفتاح AUDIO_PARAMETER_STREAM_ROUTING لكل من الإدخال والإخراج. AUDIO_PARAMETER_STREAM_INPUT_SOURCE هي معلومات إضافية تستخدمها مصادر الإدخال فقط.

التعريف في السطر 223 من الملف audio.h .

int(* set_format)(struct audio_stream *stream, audio_format_t format)

التعريف في السطر 202 من الملف audio.h .

int(* set_parameters)(struct audio_stream *stream, const char *kv_pairs)

ضبط/الحصول على مَعلمات البث الصوتي تقبل الدالة قائمة بأزواج مفتاح المَعلمة وقيمتها على النحو التالي: key1=value1;key2=value2;...

بعض المفاتيح محجوزة للمَعلمات العادية (راجِع فئة AudioParameter)

إذا كان التنفيذ لا يقبل تغيير المَعلمة عندما يكون الإخراج نشطًا ولكن المَعلمة مقبولة في غير ذلك، يجب أن يعرض الخطأ -ENOSYS.

سيضع أداة بث الصوت البث في وضع الاستعداد ثم سيغيّر قيمة المَعلمة.

التعريف في السطر 238 من الملف audio.h .

int(* set_sample_rate)(struct audio_stream *stream, uint32_t rate)

التعريف في السطر 180 من الملف audio.h .

int(* standby)(struct audio_stream *stream)

اضبط إدخال/إخراج الجهاز الصوتي على وضع الاستعداد. يجب أن يخرج برنامج التشغيل من وضع الاستعداد عند إجراء عملية الإدخال/الإخراج التالية. يعرض القيمة 0 عند النجاح وقيمة أقل من 0 عند حدوث خطأ.

التعريف في السطر 209 من الملف audio.h .


تم إنشاء مستندات هذه البنية من الملف التالي:
  • hardware/libhardware/include/hardware/ audio.h