#[repr(u32)]pub enum VSPresetVideoFormat {
Show 45 variants
pfNone = 0,
pfGray8 = 268_959_744,
pfGray9 = 269_025_280,
pfGray10 = 269_090_816,
pfGray12 = 269_221_888,
pfGray14 = 269_352_960,
pfGray16 = 269_484_032,
pfGray32 = 270_532_608,
pfGrayH = 286_261_248,
pfGrayS = 287_309_824,
pfYUV410P8 = 805_831_170,
pfYUV411P8 = 805_831_168,
pfYUV440P8 = 805_830_657,
pfYUV420P8 = 805_830_913,
pfYUV422P8 = 805_830_912,
pfYUV444P8 = 805_830_656,
pfYUV420P9 = 805_896_449,
pfYUV422P9 = 805_896_448,
pfYUV444P9 = 805_896_192,
pfYUV420P10 = 805_961_985,
pfYUV422P10 = 805_961_984,
pfYUV444P10 = 805_961_728,
pfYUV420P12 = 806_093_057,
pfYUV422P12 = 806_093_056,
pfYUV444P12 = 806_092_800,
pfYUV420P14 = 806_224_129,
pfYUV422P14 = 806_224_128,
pfYUV444P14 = 806_223_872,
pfYUV420P16 = 806_355_201,
pfYUV422P16 = 806_355_200,
pfYUV444P16 = 806_354_944,
pfYUV420PH = 823_132_417,
pfYUV420PS = 824_180_993,
pfYUV422PH = 823_132_416,
pfYUV422PS = 824_180_992,
pfYUV444PH = 823_132_160,
pfYUV444PS = 824_180_736,
pfRGB24 = 537_395_200,
pfRGB27 = 537_460_736,
pfRGB30 = 537_526_272,
pfRGB36 = 537_657_344,
pfRGB42 = 537_788_416,
pfRGB48 = 537_919_488,
pfRGBH = 554_696_704,
pfRGBS = 555_745_280,
}
Variants§
pfNone = 0
pfGray8 = 268_959_744
pfGray9 = 269_025_280
pfGray10 = 269_090_816
pfGray12 = 269_221_888
pfGray14 = 269_352_960
pfGray16 = 269_484_032
pfGray32 = 270_532_608
pfGrayH = 286_261_248
pfGrayS = 287_309_824
pfYUV410P8 = 805_831_170
pfYUV411P8 = 805_831_168
pfYUV440P8 = 805_830_657
pfYUV420P8 = 805_830_913
pfYUV422P8 = 805_830_912
pfYUV444P8 = 805_830_656
pfYUV420P9 = 805_896_449
pfYUV422P9 = 805_896_448
pfYUV444P9 = 805_896_192
pfYUV420P10 = 805_961_985
pfYUV422P10 = 805_961_984
pfYUV444P10 = 805_961_728
pfYUV420P12 = 806_093_057
pfYUV422P12 = 806_093_056
pfYUV444P12 = 806_092_800
pfYUV420P14 = 806_224_129
pfYUV422P14 = 806_224_128
pfYUV444P14 = 806_223_872
pfYUV420P16 = 806_355_201
pfYUV422P16 = 806_355_200
pfYUV444P16 = 806_354_944
pfYUV420PH = 823_132_417
pfYUV420PS = 824_180_993
pfYUV422PH = 823_132_416
pfYUV422PS = 824_180_992
pfYUV444PH = 823_132_160
pfYUV444PS = 824_180_736
pfRGB24 = 537_395_200
pfRGB27 = 537_460_736
pfRGB30 = 537_526_272
pfRGB36 = 537_657_344
pfRGB42 = 537_788_416
pfRGB48 = 537_919_488
pfRGBH = 554_696_704
pfRGBS = 555_745_280
Trait Implementations§
Source§impl Clone for VSPresetVideoFormat
impl Clone for VSPresetVideoFormat
Source§fn clone(&self) -> VSPresetVideoFormat
fn clone(&self) -> VSPresetVideoFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VSPresetVideoFormat
impl Debug for VSPresetVideoFormat
Source§impl Hash for VSPresetVideoFormat
impl Hash for VSPresetVideoFormat
Source§impl PartialEq for VSPresetVideoFormat
impl PartialEq for VSPresetVideoFormat
impl Copy for VSPresetVideoFormat
impl Eq for VSPresetVideoFormat
impl StructuralPartialEq for VSPresetVideoFormat
Auto Trait Implementations§
impl Freeze for VSPresetVideoFormat
impl RefUnwindSafe for VSPresetVideoFormat
impl Send for VSPresetVideoFormat
impl Sync for VSPresetVideoFormat
impl Unpin for VSPresetVideoFormat
impl UnwindSafe for VSPresetVideoFormat
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