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

switch_core_media_bug_read() public static method

public static switch_core_media_bug_read ( SWIGTYPE_p_switch_media_bug bug, switch_frame frame, switch_bool_t fill ) : switch_status_t
bug SWIGTYPE_p_switch_media_bug
frame switch_frame
fill switch_bool_t
return switch_status_t
        public static switch_status_t switch_core_media_bug_read(SWIGTYPE_p_switch_media_bug bug, switch_frame frame, switch_bool_t fill)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_media_bug_read(SWIGTYPE_p_switch_media_bug.getCPtr(bug), switch_frame.getCPtr(frame), (int)fill);
            return ret;
        }
freeswitch