Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
softmix_translate_helper_entry Struct Reference

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

struct ast_format* dst_format

The destination format for this helper

Definition at line 106 of file bridge_softmix.c.

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.

struct ast_frame* out_frame

The output frame from the last translation

Definition at line 108 of file bridge_softmix.c.

struct ast_trans_pvt* trans_pvt

the translator for this slot.

Definition at line 107 of file bridge_softmix.c.


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