FreeSWITCH.Native.freeswitch.switch_core_media_bug_set_write_replace_frame C# (CSharp) Метод

switch_core_media_bug_set_write_replace_frame() публичный статический Метод

public static switch_core_media_bug_set_write_replace_frame ( SWIGTYPE_p_switch_media_bug bug, switch_frame frame ) : void
bug SWIGTYPE_p_switch_media_bug
frame switch_frame
Результат void
        public static void switch_core_media_bug_set_write_replace_frame(SWIGTYPE_p_switch_media_bug bug, switch_frame frame)
        {
            freeswitchPINVOKE.switch_core_media_bug_set_write_replace_frame(SWIGTYPE_p_switch_media_bug.getCPtr(bug), switch_frame.getCPtr(frame));
        }
freeswitch