Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
ast_jb_impl Struct Reference

Jitterbuffer implementation struct. More...

#include <abstract_jb.h>

Collaboration diagram for ast_jb_impl:
Collaboration graph
[legend]

Data Fields

jb_create_impl create
 
jb_destroy_impl destroy
 
jb_empty_and_reset_impl empty_and_reset
 
jb_force_resynch_impl force_resync
 
jb_get_impl get
 
jb_is_late_impl is_late
 
char name [AST_JB_IMPL_NAME_SIZE]
 
jb_next_impl next
 
jb_put_impl put
 
jb_put_first_impl put_first
 
jb_remove_impl remove
 
enum ast_jb_type type
 

Detailed Description

Jitterbuffer implementation struct.

Definition at line 121 of file abstract_jb.h.

Field Documentation

◆ create

Definition at line 125 of file abstract_jb.h.

Referenced by create_jb(), and jb_framedata_init().

◆ destroy

jb_destroy_impl destroy

Definition at line 126 of file abstract_jb.h.

Referenced by ast_jb_destroy(), dispose_jitterbuffer(), and jb_framedata_destroy().

◆ empty_and_reset

jb_empty_and_reset_impl empty_and_reset

Definition at line 133 of file abstract_jb.h.

Referenced by ast_jb_empty_and_reset(), and dispose_jitterbuffer().

◆ force_resync

jb_force_resynch_impl force_resync

Definition at line 132 of file abstract_jb.h.

Referenced by ast_jb_put(), and hook_event_cb().

◆ get

◆ is_late

jb_is_late_impl is_late

Definition at line 134 of file abstract_jb.h.

Referenced by hook_event_cb().

◆ name

◆ next

Definition at line 130 of file abstract_jb.h.

Referenced by ast_jb_put(), create_jb(), hook_event_cb(), and jb_get_and_deliver().

◆ put

Definition at line 128 of file abstract_jb.h.

Referenced by ast_jb_put(), and hook_event_cb().

◆ put_first

jb_put_first_impl put_first

Definition at line 127 of file abstract_jb.h.

Referenced by create_jb(), and hook_event_cb().

◆ remove

Definition at line 131 of file abstract_jb.h.

Referenced by ast_jb_destroy(), and jb_framedata_destroy().

◆ type

enum ast_jb_type type

Definition at line 124 of file abstract_jb.h.

Referenced by Property::load().


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