pub unsafe extern "C-unwind" fn CVImageBufferGetEncodedSize(
image_buffer: &CVImageBuffer,
) -> CGSizeAvailable on crate features
CVImageBuffer and CVBuffer only.Expand description
Returns the full encoded dimensions of a CVImageBuffer. For example, for an NTSC DV frame this would be 720x480
Parameter imageBuffer: A CVImageBuffer that you wish to retrieve the encoded size from.
Returns: A CGSize returning the full encoded size of the buffer Returns zero size if called with a non-CVImageBufferRef type or NULL.