68 std::uint64_t bitrate = 0, std::optional<std::string> profile = std::nullopt)
noexcept;
107 std::uint32_t SampleRate() const noexcept;
113 std::uint8_t Channels() const noexcept;
119 std::uint64_t BitRate() const noexcept;
125 const std::optional<std::
string>& Profile() const noexcept;
129 std::uint32_t m_sample_rate;
130 std::uint8_t m_channels;
131 std::uint64_t m_bitrate;
132 std::optional<std::
string> m_profile;