[][src]Function libdc1394_sys::dc1394_get_color_coding_data_depth

pub unsafe extern "C" fn dc1394_get_color_coding_data_depth(
    color_coding: Type,
    bits: *mut u32
) -> Type

Returns the number of bits per pixel for a certain color coding. This is the size of the data sent on the bus, the effective data depth may vary. Example: RGB16 is 16, YUV411 is 8, YUV422 is 8.