pub struct VideoClipImporterTargetSettings {
pub aspectRatio: i32,
pub bitrateMode: i32,
pub codec: i32,
pub customHeight: i32,
pub customWidth: i32,
pub enableTranscoding: bool,
pub resizeFormat: i32,
pub spatialQuality: i32,
}Expand description
VideoClipImporterTargetSettings is a sub class of the Unity engine since version 5.6.0b1.
Fields§
§aspectRatio: i32§bitrateMode: i32§codec: i32§customHeight: i32§customWidth: i32§enableTranscoding: bool§resizeFormat: i32§spatialQuality: i32Trait Implementations§
Source§impl<'de> Deserialize<'de> for VideoClipImporterTargetSettings
impl<'de> Deserialize<'de> for VideoClipImporterTargetSettings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for VideoClipImporterTargetSettings
impl RefUnwindSafe for VideoClipImporterTargetSettings
impl Send for VideoClipImporterTargetSettings
impl Sync for VideoClipImporterTargetSettings
impl Unpin for VideoClipImporterTargetSettings
impl UnwindSafe for VideoClipImporterTargetSettings
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