[−][src]Enum gstreamer_video::VideoMultiviewFramePacking
pub enum VideoMultiviewFramePacking { None, Mono, Left, Right, SideBySide, SideBySideQuincunx, ColumnInterleaved, RowInterleaved, TopBottom, Checkerboard, // some variants omitted }
VideoMultiviewFramePacking
represents the subset of VideoMultiviewMode
values that can be applied to any video frame without needing extra metadata.
It can be used by elements that provide a property to override the
multiview interpretation of a video stream when the video doesn't contain
any markers.
This enum is used (for example) on playbin, to re-interpret a played
video stream as a stereoscopic video. The individual enum values are
equivalent to and have the same value as the matching VideoMultiviewMode
.
Variants
Trait Implementations
impl Clone for VideoMultiviewFramePacking
[src][+]
impl Copy for VideoMultiviewFramePacking
[src]
impl Debug for VideoMultiviewFramePacking
[src][+]
impl Eq for VideoMultiviewFramePacking
[src]
impl From<VideoMultiviewFramePacking> for VideoMultiviewMode
[src][+]
impl<'a> FromValue<'a> for VideoMultiviewFramePacking
[src][+]
impl<'a> FromValueOptional<'a> for VideoMultiviewFramePacking
[src][+]
impl Hash for VideoMultiviewFramePacking
[src][+]
impl Ord for VideoMultiviewFramePacking
[src][+]
impl PartialEq<VideoMultiviewFramePacking> for VideoMultiviewFramePacking
[src][+]
impl PartialOrd<VideoMultiviewFramePacking> for VideoMultiviewFramePacking
[src][+]
impl SetValue for VideoMultiviewFramePacking
[src][+]
impl StaticType for VideoMultiviewFramePacking
[src][+]
impl StructuralEq for VideoMultiviewFramePacking
[src]
impl StructuralPartialEq for VideoMultiviewFramePacking
[src]
impl TryFrom<VideoMultiviewMode> for VideoMultiviewFramePacking
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for VideoMultiviewFramePacking
impl Send for VideoMultiviewFramePacking
impl Sync for VideoMultiviewFramePacking
impl Unpin for VideoMultiviewFramePacking
impl UnwindSafe for VideoMultiviewFramePacking
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToSendValue for T where
T: ToValue + SetValue + Send + ?Sized,
[src][+]
T: ToValue + SetValue + Send + ?Sized,
impl<T> ToValue for T where
T: SetValue + ?Sized,
[src][+]
T: SetValue + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,