mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-12 00:26:41 +02:00
Add documentation
This commit is contained in:
parent
a692cc8874
commit
1460a530d8
25 changed files with 140 additions and 80 deletions
|
@ -48,7 +48,7 @@ void assign(void* pointer, T val)
|
|||
} // namespace
|
||||
|
||||
|
||||
PcmEncoder::PcmEncoder(const std::string& codecOptions) : Encoder(codecOptions)
|
||||
PcmEncoder::PcmEncoder(std::string codecOptions) : Encoder(std::move(codecOptions))
|
||||
{
|
||||
headerChunk_ = std::make_shared<msg::CodecHeader>("pcm");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue