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