Struct winsafe::dshow::AM_MEDIA_TYPE[][src]

#[repr(C)]
pub struct AM_MEDIA_TYPE<'a> { pub majortype: GUID, pub subtype: GUID, pub lSampleSize: u32, pub formattype: GUID, // some fields omitted }
Expand description

AM_MEDIA_TYPE struct.

Fields

majortype: GUIDsubtype: GUIDlSampleSize: u32formattype: GUID

Implementations

Returns the bool field.

Sets the bool field.

Returns the bool field.

Sets the bool field.

Returns the pbFormat field.

Varies according to the formattype. If you set it wrong, you’re likely to cause a buffer overrun.

Sets the pbFormat field.

Varies according to the formattype. If you set it wrong, you’re likely to cause a buffer overrun.

Trait Implementations

Returns the “default value” for a type. 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

Performs the conversion.

Performs the conversion.

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.