[−][src]Struct uvc_src::uvc_frame_desc
Frame descriptor
A "frame" is a configuration of a streaming format for a particular image size at one of possibly several available frame rates.
Fields
parent: *mut uvc_format_desc
prev: *mut uvc_frame_desc
next: *mut uvc_frame_desc
bDescriptorSubtype: uvc_vs_desc_subtype
Type of frame, such as JPEG frame or uncompressed frme
bFrameIndex: u8
Index of the frame within the list of specs available for this format
bmCapabilities: u8
wWidth: u16
Image width
wHeight: u16
Image height
dwMinBitRate: u32
Bitrate of corresponding stream at minimal frame rate
dwMaxBitRate: u32
Bitrate of corresponding stream at maximal frame rate
dwMaxVideoFrameBufferSize: u32
Maximum number of bytes for a video frame
dwDefaultFrameInterval: u32
Default frame interval (in 100ns units)
dwMinFrameInterval: u32
Minimum frame interval for continuous mode (100ns units)
dwMaxFrameInterval: u32
Maximum frame interval for continuous mode (100ns units)
dwFrameIntervalStep: u32
Granularity of frame interval range for continuous mode (100ns)
bFrameIntervalType: u8
Frame intervals
dwBytesPerLine: u32
number of bytes per line
intervals: *mut u32
Available frame rates, zero-terminated (in 100ns units)
Trait Implementations
impl Clone for uvc_frame_desc
[src]
fn clone(&self) -> uvc_frame_desc
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for uvc_frame_desc
[src]
impl Debug for uvc_frame_desc
[src]
Auto Trait Implementations
impl RefUnwindSafe for uvc_frame_desc
impl !Send for uvc_frame_desc
impl !Sync for uvc_frame_desc
impl Unpin for uvc_frame_desc
impl UnwindSafe for uvc_frame_desc
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,
fn borrow_mut(&mut self) -> &mut T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,