Closed ldm0 closed 4 years ago
Part of a failed trial to solve #38, the problem is the callback receives unprefixed identifier, like the AVMEDIA_TYPE_VIDEO for AVMediaType_AVMEDIA_TYPE_VIDEO, which makes it impossible to trim out the AVMediaType.
AVMEDIA_TYPE_VIDEO
AVMediaType_AVMEDIA_TYPE_VIDEO
Part of a failed trial to solve #38, the problem is the callback receives unprefixed identifier, like the
AVMEDIA_TYPE_VIDEO
forAVMediaType_AVMEDIA_TYPE_VIDEO
, which makes it impossible to trim out the AVMediaType.