|
||||||||||||||||||||||||||||
|
Add a media bug to the session.
|
|
|
Close and destroy a media bug.
|
|
|
Obtain a replace frame from a media bug.
|
|
|
Obtain the session from a media bug.
|
|
|
Obtain private data from a media bug.
|
|
|
Obtain a replace frame from a media bug.
|
|
||||||||||||
|
Read a frame from the bug.
|
|
||||||||||||
|
Remove a media bug from the session.
|
|
|
Remove all media bugs from the session.
|
|
||||||||||||
|
Set a return replace frame.
|
|
||||||||||||
|
Set a return replace frame.
|
|
||||||||||||
|
|
|
|
00798 {
00799 switch_assert(session != NULL);
00800 session->read_frame_count = 0;
00801 session->track_duration = 0;
00802 }
|
|
||||||||||||
|
00784 {
00785 switch_assert(session != NULL);
00786
00787 if (seconds < 10) {
00788 seconds = 60;
00789 }
00790
00791 switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "%s setting session heartbeat to %u second(s).\n",
00792 switch_channel_get_name(session->channel), seconds);
00793 session->track_duration = seconds;
00794 session->read_frame_count = 0;
00795 }
|
Here is the call graph for this function:

1.3.9.1