mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-12 07:41:47 +02:00
Add documentation
This commit is contained in:
parent
fcaa2994af
commit
efd050a716
25 changed files with 140 additions and 80 deletions
|
@ -50,7 +50,7 @@ void assign(void* pointer, T val)
|
|||
} // namespace
|
||||
|
||||
|
||||
OpusEncoder::OpusEncoder(const std::string& codecOptions) : Encoder(codecOptions), enc_(nullptr), remainder_max_size_(0)
|
||||
OpusEncoder::OpusEncoder(std::string codecOptions) : Encoder(std::move(codecOptions)), enc_(nullptr), remainder_max_size_(0)
|
||||
{
|
||||
headerChunk_ = make_unique<msg::CodecHeader>("opus");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue