Constant AV_OPT_TYPE_STRING

Source
pub const AV_OPT_TYPE_STRING: u32 = 6; // 6u32
Expand description

Underlying C type is a uint8_t* that is either NULL or points to a C string allocated with the av_malloc() family of functions.