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

switch_core_media_bug_get_read_replace_frame() public static method

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