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

switch_core_media_bug_set_read_replace_frame() public static method

public static switch_core_media_bug_set_read_replace_frame ( SWIGTYPE_p_switch_media_bug bug, switch_frame frame ) : void
bug SWIGTYPE_p_switch_media_bug
frame switch_frame
return void
        public static void switch_core_media_bug_set_read_replace_frame(SWIGTYPE_p_switch_media_bug bug, switch_frame frame)
        {
            freeswitchPINVOKE.switch_core_media_bug_set_read_replace_frame(SWIGTYPE_p_switch_media_bug.getCPtr(bug), switch_frame.getCPtr(frame));
        }
freeswitch