video-toolbox 0.2.1

Safe bindings to VideoToolbox framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct VTInt32Point {
    pub x: i32,
    pub y: i32,
}

#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct VTInt32Size {
    pub width: i32,
    pub height: i32,
}