pub fn probe(path: &str, backend: Backend) -> Result<Asset, String>
Probe a media file into an Asset (id = 0). ffprobe gives the richest stream metadata, so it is preferred when present; Media Foundation otherwise.