#[repr(C)]
pub struct AM_SAMPLE2_PROPERTIES { pub cbData: u32, pub dwTypeSpecificFlags: u32, pub dwSampleFlags: u32, pub lActual: i32, pub tStart: i64, pub tStop: i64, pub dwStreamId: u32, pub pMediaType: *mut AM_MEDIA_TYPE, pub pbBuffer: *mut u8, pub cbBuffer: i32, }
Expand description

Required features: "Win32_Media_DirectShow", "Win32_Foundation"

Fields

cbData: u32dwTypeSpecificFlags: u32dwSampleFlags: u32lActual: i32tStart: i64tStop: i64dwStreamId: u32pMediaType: *mut AM_MEDIA_TYPEpbBuffer: *mut u8cbBuffer: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.