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

switch_core_session_write_video_frame() public static method

public static switch_core_session_write_video_frame ( SWIGTYPE_p_switch_core_session session, switch_frame frame, uint flags, int stream_id ) : switch_status_t
session SWIGTYPE_p_switch_core_session
frame switch_frame
flags uint
stream_id int
return switch_status_t
        public static switch_status_t switch_core_session_write_video_frame(SWIGTYPE_p_switch_core_session session, switch_frame frame, uint flags, int stream_id)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_write_video_frame(SWIGTYPE_p_switch_core_session.getCPtr(session), switch_frame.getCPtr(frame), flags, stream_id);
            return ret;
        }
freeswitch