FreeSWITCH.Native.freeswitch.switch_channel_perform_audio_sync C# (CSharp) Method

switch_channel_perform_audio_sync() public static method

public static switch_channel_perform_audio_sync ( SWIGTYPE_p_switch_channel channel, string file, string func, int line ) : void
channel SWIGTYPE_p_switch_channel
file string
func string
line int
return void
        public static void switch_channel_perform_audio_sync(SWIGTYPE_p_switch_channel channel, string file, string func, int line)
        {
            freeswitchPINVOKE.switch_channel_perform_audio_sync(SWIGTYPE_p_switch_channel.getCPtr(channel), file, func, line);
        }
freeswitch