Home
last modified time | relevance | path

Searched refs:LinphonePlayerCbs (Results 1 – 9 of 9) sorted by relevance

/dports/net/liblinphone/linphone-3.12.0/include/linphone/
H A Dplayer.h70 LINPHONE_PUBLIC LinphonePlayerCbs * linphone_player_get_callbacks(const LinphonePlayer *player);
134 LINPHONE_PUBLIC LinphonePlayerCbs * linphone_player_cbs_ref(LinphonePlayerCbs *cbs);
140 LINPHONE_PUBLIC void linphone_player_cbs_unref(LinphonePlayerCbs *cbs);
147 LINPHONE_PUBLIC void *linphone_player_cbs_get_user_data(const LinphonePlayerCbs *cbs);
154 LINPHONE_PUBLIC void linphone_player_cbs_set_user_data(LinphonePlayerCbs *cbs, void *ud);
161 …IC LinphonePlayerCbsEofReachedCb linphone_player_cbs_get_eof_reached(const LinphonePlayerCbs *cbs);
168 LINPHONE_PUBLIC void linphone_player_cbs_set_eof_reached(LinphonePlayerCbs *cbs, LinphonePlayerCbsE…
H A Dtypes.h717 typedef struct _LinphonePlayerCbs LinphonePlayerCbs; typedef
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dplayer.c55 LinphonePlayerCbs * linphone_player_get_callbacks(const LinphonePlayer *player) { in linphone_player_get_callbacks()
132 LinphonePlayerCbs *cbs = linphone_player_get_callbacks(player); in on_eof()
198 BELLE_SIP_DECLARE_NO_IMPLEMENTED_INTERFACES(LinphonePlayerCbs);
200 BELLE_SIP_INSTANCIATE_VPTR(LinphonePlayerCbs, belle_sip_object_t,
206 LinphonePlayerCbs *linphone_player_cbs_new(void) { in linphone_player_cbs_new()
207 return belle_sip_object_new(LinphonePlayerCbs); in linphone_player_cbs_new()
210 LinphonePlayerCbs * linphone_player_cbs_ref(LinphonePlayerCbs *cbs) { in linphone_player_cbs_ref()
215 void linphone_player_cbs_unref(LinphonePlayerCbs *cbs) { in linphone_player_cbs_unref()
219 void *linphone_player_cbs_get_user_data(const LinphonePlayerCbs *cbs) { in linphone_player_cbs_get_user_data()
223 void linphone_player_cbs_set_user_data(LinphonePlayerCbs *cbs, void *ud) { in linphone_player_cbs_set_user_data()
[all …]
H A Dlocalplayer.c100 LinphonePlayerCbs *cbs = linphone_player_get_callbacks(obj); in _local_player_eof_callback()
H A Dprivate.h1656 BELLE_SIP_DECLARE_VPTR_NO_EXPORT(LinphonePlayerCbs);
1658 LinphonePlayerCbs *linphone_player_cbs_new(void);
1673 LinphonePlayerCbs *callbacks;
1889 BELLE_SIP_TYPE_ID(LinphonePlayerCbs)
/dports/net/liblinphone/linphone-3.12.0/tester/
H A Dplayer_tester.c31 LinphonePlayerCbs *cbs = linphone_player_get_callbacks(player); in eof_callback()
39 LinphonePlayerCbs *cbs; in play_file()
H A Dflexisip_tester.c1293 LinphonePlayerCbs *cbs = linphone_player_get_callbacks(player); in on_eof()
1330 LinphonePlayerCbs *cbs = linphone_player_get_callbacks(player); in transcoder_tester()
H A Dcall_single_tester.c2685 LinphonePlayerCbs *cbs = linphone_player_get_callbacks(player); in on_eof()
2694 LinphonePlayerCbs *cbs; in call_with_file_player()
2792 LinphonePlayerCbs *cbs = linphone_player_get_callbacks(player); in call_with_mkv_file_player()
4467 LinphonePlayerCbs *cbs = linphone_player_get_callbacks(player); in call_with_rtp_io_mode()
4762 LinphonePlayerCbs *cbs = linphone_player_get_callbacks(player); in custom_rtp_modifier()
/dports/net/liblinphone/linphone-3.12.0/gtk/
H A Dvideowindow.c64 LinphonePlayerCbs *cbs = linphone_player_get_callbacks(player); in drag_data_received()