We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
com.github.kokorin.jaffree.ffprobe.Stream#getCodecType
The text was updated successfully, but these errors were encountered:
const char *av_get_media_type_string(enum AVMediaType media_type) { switch (media_type) { case AVMEDIA_TYPE_VIDEO: return "video"; case AVMEDIA_TYPE_AUDIO: return "audio"; case AVMEDIA_TYPE_DATA: return "data"; case AVMEDIA_TYPE_SUBTITLE: return "subtitle"; case AVMEDIA_TYPE_ATTACHMENT: return "attachment"; default: return NULL; } }
Sorry, something went wrong.
3874f43
No branches or pull requests
com.github.kokorin.jaffree.ffprobe.Stream#getCodecType
The text was updated successfully, but these errors were encountered: