载入中...
搜索中...
未找到
Decoder.cpp
浏览该文件的文档.
Definition Exception.h:14
Streaming audio decoder (medialoader-backed). Owns the raw encoded bytes and decodes incrementally vi...
Definition Decoder.h:20
~Decoder() override
Decoder(std::unique_ptr< medialoader::Decoder > impl, std::vector< char > ownedData)
Wraps a medialoader decoder and the encoded bytes it needs.
Definition Decoder.cpp:9
Decoder * clone() const
Duplicates the decoder (each clone keeps its own position).
Definition Decoder.cpp:17
bool seek(double seconds)
Seeks to a time in seconds; false when unsupported.
Definition Decoder.cpp:28
int decode()
Decodes the next chunk; returns bytes produced (0 = end/error).
Definition Decoder.cpp:25
Definition Build.cpp:11