We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
62b5989
1、新增获取媒体的编码信息
val codecInfo = FFmpegCommand.getCodecInfo(mVideoPath, CodecProperty.VIDEO) val result =codecInfo?.toString()?:"" tvContent?.text = result