pub struct SessionConfig {
pub src_params: Params,
pub dst_params: Params,
pub dst_profile: Profile,
pub dst_bitrate: Bitrate,
pub dst_h264_level: Option<Level>,
pub frame_rate: u32,
}Fields§
§src_params: Params§dst_params: Params§dst_profile: Profile§dst_bitrate: Bitrate§dst_h264_level: Option<Level>§frame_rate: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for SessionConfig
impl RefUnwindSafe for SessionConfig
impl Send for SessionConfig
impl Sync for SessionConfig
impl Unpin for SessionConfig
impl UnwindSafe for SessionConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more