Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
union { | |
struct ast_format * format | |
struct ast_stream_topology * topology | |
}; | |
unsigned int | frame_ending |
int | integer |
Definition at line 150 of file include/asterisk/frame.h.
struct ast_format* format |
The asterisk media format
Definition at line 155 of file include/asterisk/frame.h.
Referenced by __ast_frisolate(), __ast_read(), ast_codec_samples_count(), ast_dsp_call_progress(), ast_dsp_process(), ast_frame_adjust_volume(), ast_frame_adjust_volume_float(), ast_frame_slinear_sum(), ast_frame_subclass2str(), ast_prod(), ast_rtcp_interpret(), ast_rtp_destroy(), ast_rtp_dtmf_end_with_duration(), ast_rtp_new(), ast_rtp_write(), ast_sendtext_data(), ast_slinfactory_feed(), ast_translate(), ast_write_stream(), ast_writestream(), audio_audiohook_write_list(), chan_pjsip_read_stream(), fax_detect_framehook(), fax_gateway_framehook(), generic_fax_exec(), ilbctolin_framein(), is_compatible_format(), jingle_read(), jingle_write(), lintoilbc_frameout(), make_silence(), multicast_rtp_write(), newpvt(), rtp_raw_write(), rtp_red_init(), schedule_delivery(), sms_generate(), softmix_bridge_leave(), softmix_mixing_loop(), spandsp_fax_gateway_process(), and stasis_app_control_snoop().
unsigned int frame_ending |
For video formats, an indication that a frame ended
Definition at line 160 of file include/asterisk/frame.h.
Referenced by rtp_raw_write().
int integer |
A frame specific code
Definition at line 152 of file include/asterisk/frame.h.
Referenced by __analog_handle_event(), __ast_answer(), __ast_frisolate(), __ast_play_and_record(), __ast_read(), __ast_request_and_dial(), ast_cc_build_frame(), ast_channel_clear_softhangup(), ast_dsp_process(), ast_frame_dump(), ast_frame_subclass2str(), ast_indicate_data(), ast_recvtext(), ast_rtcp_interpret(), ast_rtcp_read(), ast_rtp_read(), ast_rtp_write(), ast_transfer_protocol(), ast_unreal_digit_begin(), ast_unreal_digit_end(), ast_unreal_sendhtml(), ast_unreal_write_stream(), ast_waitfordigit_full(), ast_write_stream(), chan_pjsip_indicate(), chan_pjsip_read_stream(), dial_exec_full(), dtmf_store_framehook(), fax_detect_framehook(), fax_gateway_framehook(), fax_gateway_request_t38(), generic_fax_exec(), handle_frame(), hold_intercept_framehook(), lintospeex_feedback(), read_mf_digits(), read_sf_digits(), receive_dtmf_digits(), remb_collector_alloc(), sig_pri_dial_complete(), spandsp_fax_gateway_process(), speech_background(), t38_framehook(), transfer_target_framehook_cb(), unreal_queue_frame(), wait_for_answer(), and waitstream_core().
struct ast_stream_topology* topology |
The asterisk stream topology
Definition at line 157 of file include/asterisk/frame.h.
Referenced by __ast_frisolate().