pub unsafe extern "C" fn switch_core_session_write_video_frame(
session: *mut switch_core_session_t,
frame: *mut switch_frame_t,
flags: switch_io_flag_t,
stream_id: c_int,
) -> switch_status_tExpand description
\brief Write a video frame to a session \param session the session to write to \param frame a pointer to a frame to write \param flags I/O flags to modify behavior (i.e. non blocking) \param stream_id which logical media channel to use \return SWITCH_STATUS_SUCCESS a if the frame was written