audio.hasFormat
hasFormat(codec: "mp3" | "mpeg" | "opus" | "ogg" | "oga" | "wav" | "aac" | "caf" | "m4a" | "m4b" | "mp4" | "weba" | "webm" | "dolby" | "flac") → {boolean}
check if the given audio format is supported
Name | Type | Description |
---|---|---|
codec | "mp3" | "mpeg" | "opus" | "ogg" | "oga" | "wav" | "aac" | "caf" | "m4a" | "m4b" | "mp4" | "weba" | "webm" | "dolby" | "flac" |
the audio format to check for support |
Type | Description |
---|---|
boolean |
return true if the given audio format is supported |