Struct TMediaMTXGetDefaultPath

Source
pub struct TMediaMTXGetDefaultPath {
Show 75 fields pub name: String, pub source: String, pub source_fingerprint: String, pub source_on_demand: bool, pub source_on_demand_start_timeout: String, pub source_on_demand_close_after: String, pub max_readers: i32, pub srt_read_passphrase: String, pub fallback: String, pub record: bool, pub record_path: String, pub record_format: String, pub record_part_duration: String, pub record_segment_duration: String, pub record_delete_after: String, pub publish_user: String, pub publish_pass: String, pub publish_ips: Option<Vec<String>>, pub read_user: String, pub read_pass: String, pub read_ips: Option<Vec<String>>, pub override_publisher: bool, pub srt_publish_passphrase: String, pub rtsp_transport: String, pub rtsp_any_port: bool, pub rtsp_range_type: String, pub rtsp_range_start: String, pub source_redirect: String, pub rpi_camera_cam_id: Option<i32>, pub rpi_camera_width: i32, pub rpi_camera_height: i32, pub rpi_camera_h_flip: bool, pub rpi_camera_v_flip: bool, pub rpi_camera_brightness: i32, pub rpi_camera_contrast: i32, pub rpi_camera_saturation: i32, pub rpi_camera_sharpness: i32, pub rpi_camera_exposure: String, pub rpi_camera_awb: Option<String>, pub rpi_camera_denoise: String, pub rpi_camera_shutter: i32, pub rpi_camera_metering: String, pub rpi_camera_gain: i32, pub rpi_camera_ev: Option<i32>, pub rpi_camera_roi: Option<String>, pub rpi_camera_hdr: Option<bool>, pub rpi_camera_tuning_file: String, pub rpi_camera_mode: String, pub rpi_camera_fps: Option<i32>, pub rpi_camera_idr_period: Option<i32>, pub rpi_camera_bitrate: i32, pub rpi_camera_profile: String, pub rpi_camera_level: String, pub rpi_camera_af_mode: String, pub rpi_camera_af_range: String, pub rpi_camera_af_speed: String, pub rpi_camera_lens_position: i32, pub rpi_camera_af_window: String, pub rpi_camera_text_overlay_enable: bool, pub rpi_camera_text_overlay: String, pub run_on_init: String, pub run_on_init_restart: bool, pub run_on_demand: String, pub run_on_demand_restart: bool, pub run_on_demand_start_timeout: String, pub run_on_demand_close_after: String, pub run_on_un_demand: String, pub run_on_ready: String, pub run_on_ready_restart: bool, pub run_on_not_ready: String, pub run_on_read: String, pub run_on_read_restart: bool, pub run_on_unread: String, pub run_on_record_segment_create: String, pub run_on_record_segment_complete: String,
}

Fields§

§name: String§source: String§source_fingerprint: String§source_on_demand: bool§source_on_demand_start_timeout: String§source_on_demand_close_after: String§max_readers: i32§srt_read_passphrase: String§fallback: String§record: bool§record_path: String§record_format: String§record_part_duration: String§record_segment_duration: String§record_delete_after: String§publish_user: String§publish_pass: String§publish_ips: Option<Vec<String>>§read_user: String§read_pass: String§read_ips: Option<Vec<String>>§override_publisher: bool§srt_publish_passphrase: String§rtsp_transport: String§rtsp_any_port: bool§rtsp_range_type: String§rtsp_range_start: String§source_redirect: String§rpi_camera_cam_id: Option<i32>§rpi_camera_width: i32§rpi_camera_height: i32§rpi_camera_h_flip: bool§rpi_camera_v_flip: bool§rpi_camera_brightness: i32§rpi_camera_contrast: i32§rpi_camera_saturation: i32§rpi_camera_sharpness: i32§rpi_camera_exposure: String§rpi_camera_awb: Option<String>§rpi_camera_denoise: String§rpi_camera_shutter: i32§rpi_camera_metering: String§rpi_camera_gain: i32§rpi_camera_ev: Option<i32>§rpi_camera_roi: Option<String>§rpi_camera_hdr: Option<bool>§rpi_camera_tuning_file: String§rpi_camera_mode: String§rpi_camera_fps: Option<i32>§rpi_camera_idr_period: Option<i32>§rpi_camera_bitrate: i32§rpi_camera_profile: String§rpi_camera_level: String§rpi_camera_af_mode: String§rpi_camera_af_range: String§rpi_camera_af_speed: String§rpi_camera_lens_position: i32§rpi_camera_af_window: String§rpi_camera_text_overlay_enable: bool§rpi_camera_text_overlay: String§run_on_init: String§run_on_init_restart: bool§run_on_demand: String§run_on_demand_restart: bool§run_on_demand_start_timeout: String§run_on_demand_close_after: String§run_on_un_demand: String§run_on_ready: String§run_on_ready_restart: bool§run_on_not_ready: String§run_on_read: String§run_on_read_restart: bool§run_on_unread: String§run_on_record_segment_create: String§run_on_record_segment_complete: String

Trait Implementations§

Source§

impl Clone for TMediaMTXGetDefaultPath

Source§

fn clone(&self) -> TMediaMTXGetDefaultPath

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for TMediaMTXGetDefaultPath

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for TMediaMTXGetDefaultPath

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Serialize for TMediaMTXGetDefaultPath

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> PolicyExt for T
where T: ?Sized,

Source§

fn and<P, B, E>(self, other: P) -> And<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow only if self and other return Action::Follow. Read more
Source§

fn or<P, B, E>(self, other: P) -> Or<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow if either self or other returns Action::Follow. Read more
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

Source§

impl<T> ErasedDestructor for T
where T: 'static,