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

switch_core_session_set_video_write_codec() public static method

public static switch_core_session_set_video_write_codec ( SWIGTYPE_p_switch_core_session session, switch_codec codec ) : switch_status_t
session SWIGTYPE_p_switch_core_session
codec switch_codec
return switch_status_t
        public static switch_status_t switch_core_session_set_video_write_codec(SWIGTYPE_p_switch_core_session session, switch_codec codec)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_set_video_write_codec(SWIGTYPE_p_switch_core_session.getCPtr(session), switch_codec.getCPtr(codec));
            return ret;
        }
freeswitch