Method NameMatches
NameMatches(string)
Determines whether the specified format name (from ffprobe) matches this media container format.
Declaration
public abstract bool NameMatches(string formatName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | formatName |
Returns
| Type | Description |
|---|---|
| bool |
Remarks
ffmpeg groups some demuxers together and reports the combined name as a comma-separated list (e.g., "mov,mp4,m4a,3gp,3g2,mj2"). This method returns
true when every demuxer name in formatName belongs to this format's demuxer group.