Property Extensions
Extensions
Gets the file extensions associated with this media container format (including the leading '.'). Most formats have a single extension; some have aliases (e.g., .mpeg and .mpg) that all refer to the same underlying format.
Declaration
public IReadOnlyList<string> Extensions { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<string> |