Go to the source code of this file.
◆ slin16_sample()
static struct ast_frame * slin16_sample |
( |
void |
| ) |
|
|
inlinestatic |
Definition at line 81 of file slin.h.
82{
87 .mallocd = 0,
88 .offset = 0,
89 .src = __PRETTY_FUNCTION__,
91 };
92
94
95 return &f;
96}
static uint16_t ex_slin16[]
struct ast_format * format
Data structure associated with a single frame of data.
struct ast_frame_subclass subclass
enum ast_frame_type frametype
References ARRAY_LEN, ast_format_slin16, AST_FRAME_VOICE, ex_slin16, ast_frame_subclass::format, ast_frame::frametype, ast_frame::samples, and ast_frame::subclass.
◆ slin8_sample()
static struct ast_frame * slin8_sample |
( |
void |
| ) |
|
|
inlinestatic |
Definition at line 64 of file slin.h.
65{
70 .mallocd = 0,
71 .offset = 0,
72 .src = __PRETTY_FUNCTION__,
74 };
75
77
78 return &f;
79}
static uint16_t ex_slin8[]
References ARRAY_LEN, ast_format_slin, AST_FRAME_VOICE, ex_slin8, ast_frame_subclass::format, ast_frame::frametype, ast_frame::samples, and ast_frame::subclass.
◆ ex_slin16
◆ ex_slin8