Type Alias gstreamer_sys::GstMemoryMapInfo
source · pub type GstMemoryMapInfo = GstMapInfo;
Aliased Type§
struct GstMemoryMapInfo {
pub memory: *mut GstMemory,
pub flags: u32,
pub data: *mut u8,
pub size: usize,
pub maxsize: usize,
pub user_data: [*mut c_void; 4],
pub _gst_reserved: [*mut c_void; 4],
}
Fields§
§memory: *mut GstMemory
§flags: u32
§data: *mut u8
§size: usize
§maxsize: usize
§user_data: [*mut c_void; 4]
§_gst_reserved: [*mut c_void; 4]