Function av_stereo3d_type_name
pub unsafe extern "C" fn av_stereo3d_type_name(
type_: u32,
) -> *const i8
Expand description
Provide a human-readable name of a given stereo3d type.
@param type The input stereo3d type value.
@return The name of the stereo3d value, or “unknown”.