Searched defs:NotAdvertised (Results 1 – 4 of 4) sorted by relevance
34 struct NotAdvertised { struct35 using Config = typename T::Config;36 static absl::optional<Config> SdpToConfig( in SdpToConfig()40 static void AppendSupportedEncoders(std::vector<AudioCodecSpec>* specs) { in AppendSupportedEncoders()43 static AudioCodecInfo QueryAudioEncoder(const Config& config) { in QueryAudioEncoder()46 static std::unique_ptr<AudioEncoder> MakeAudioEncoder( in MakeAudioEncoder()
25 struct NotAdvertised { struct26 using Config = typename T::Config;27 static absl::optional<Config> SdpToConfig( in SdpToConfig()31 static void AppendSupportedEncoders(std::vector<AudioCodecSpec>* specs) { in AppendSupportedEncoders()34 static AudioCodecInfo QueryAudioEncoder(const Config& config) { in QueryAudioEncoder()37 static std::unique_ptr<AudioEncoder> MakeAudioEncoder( in MakeAudioEncoder()
34 struct NotAdvertised { struct35 using Config = typename T::Config;36 static absl::optional<Config> SdpToConfig( in SdpToConfig()40 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs) { in AppendSupportedDecoders()43 static std::unique_ptr<AudioDecoder> MakeAudioDecoder( in MakeAudioDecoder()
26 struct NotAdvertised { struct27 using Config = typename T::Config;28 static absl::optional<Config> SdpToConfig( in SdpToConfig()32 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs) { in AppendSupportedDecoders()35 static std::unique_ptr<AudioDecoder> MakeAudioDecoder( in MakeAudioDecoder()