pub unsafe extern "C" fn av_disposition_to_string(
disposition: i32,
) -> *const i8
Expand description
@param disposition a combination of AV_DISPOSITION_* values @return The string description corresponding to the lowest set bit in disposition. NULL when the lowest set bit does not correspond to a known disposition or when disposition is 0.