FLAC 形式音声データのデコーダ
More...
#include <FLACDecoder.hpp>
Inherits s3d::IAudioDecoder.
◆ audioFormat()
◆ decode() [1/2]
◆ decode() [2/2]
◆ isHeader()
bool s3d::FLACDecoder::isHeader |
( |
const uint8(&) |
bytes[48] | ) |
const |
|
overridevirtual |
FLAC 形式の先頭データであるかを返します。
- Parameters
-
- Returns
- FLAC 形式と推測される場合 true, それ以外の場合は false
Implements s3d::IAudioDecoder.
◆ name()
◆ possibleExtensions()
const Array<String>& s3d::FLACDecoder::possibleExtensions |
( |
| ) |
const |
|
overridevirtual |
FLAC 形式のファイルに想定される拡張子一覧 { U"flac" }
を返します。
- Returns
- 配列
{ U"flac" }
Implements s3d::IAudioDecoder.
The documentation for this class was generated from the following file: