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

switch_core_media_bug_get_write_replace_frame() 공개 정적인 메소드

public static switch_core_media_bug_get_write_replace_frame ( SWIGTYPE_p_switch_media_bug bug ) : switch_frame
bug SWIGTYPE_p_switch_media_bug
리턴 switch_frame
        public static switch_frame switch_core_media_bug_get_write_replace_frame(SWIGTYPE_p_switch_media_bug bug)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_core_media_bug_get_write_replace_frame(SWIGTYPE_p_switch_media_bug.getCPtr(bug));
            switch_frame ret = (cPtr == IntPtr.Zero) ? null : new switch_frame(cPtr, false);
            return ret;
        }
freeswitch