pub struct ProfilePresets;Expand description
Standard export profile presets.
Implementations§
Source§impl ProfilePresets
impl ProfilePresets
Sourcepub fn youtube_4k(id: ProfileId) -> ExportProfile
pub fn youtube_4k(id: ProfileId) -> ExportProfile
YouTube 4K preset.
Sourcepub fn youtube_1080p(id: ProfileId) -> ExportProfile
pub fn youtube_1080p(id: ProfileId) -> ExportProfile
YouTube 1080p preset.
Sourcepub fn twitter_720p(id: ProfileId) -> ExportProfile
pub fn twitter_720p(id: ProfileId) -> ExportProfile
Twitter/X 720p preset.
Sourcepub fn instagram_square(id: ProfileId) -> ExportProfile
pub fn instagram_square(id: ProfileId) -> ExportProfile
Instagram square (1080x1080) preset.
Sourcepub fn audio_only(id: ProfileId) -> ExportProfile
pub fn audio_only(id: ProfileId) -> ExportProfile
Audio-only preset.
Sourcepub fn archive(id: ProfileId) -> ExportProfile
pub fn archive(id: ProfileId) -> ExportProfile
Archive quality preset.
Auto Trait Implementations§
impl Freeze for ProfilePresets
impl RefUnwindSafe for ProfilePresets
impl Send for ProfilePresets
impl Sync for ProfilePresets
impl Unpin for ProfilePresets
impl UnsafeUnpin for ProfilePresets
impl UnwindSafe for ProfilePresets
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more