Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
softmix_translate_helper_entry Struct Reference
Collaboration diagram for softmix_translate_helper_entry:
Collaboration graph
[legend]

Data Fields

struct ast_formatdst_format
 
struct {
   struct softmix_translate_helper_entry *   next
 
entry
 
int num_times_requested
 
struct ast_frameout_frame
 
struct ast_trans_pvttrans_pvt
 

Detailed Description

Definition at line 103 of file bridge_softmix.c.

Field Documentation

◆ dst_format

struct ast_format* dst_format

◆ entry

struct { ... } entry

◆ next

Definition at line 109 of file bridge_softmix.c.

◆ num_times_requested

int num_times_requested

Once this entry is no longer requested, free the trans_pvt and re-init if it was usable.

Definition at line 104 of file bridge_softmix.c.

Referenced by softmix_process_write_audio(), softmix_translate_helper_cleanup(), and softmix_translate_helper_entry_alloc().

◆ out_frame

struct ast_frame* out_frame

The output frame from the last translation

Definition at line 108 of file bridge_softmix.c.

Referenced by softmix_process_write_audio(), softmix_translate_helper_cleanup(), and softmix_translate_helper_free_entry().

◆ trans_pvt

struct ast_trans_pvt* trans_pvt

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