FreeSWITCH.Native.freeswitch.switch_channel_perform_audio_sync C# (CSharp) 메소드

switch_channel_perform_audio_sync() 공개 정적인 메소드

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
리턴 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