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