Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您需要使用适当的 XPath 选择器,如下所示:
var mediaInfo = videoInfo.GetMediaInfo(filename); var has_b_frames = mediaInfo.Result.CreateNavigator().SelectSingleNode( "/ffprobe/streams/stream[@index=\"0\"]/@has_b_frames")?.Value;