Searched defs:NotAdvertised (Results 1 – 4 of 4) sorted by relevance
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()
35 struct NotAdvertised { struct36 using Config = typename T::Config;37 static absl::optional<Config> SdpToConfig( in SdpToConfig()41 static void AppendSupportedEncoders(std::vector<AudioCodecSpec>* specs) { in AppendSupportedEncoders()44 static AudioCodecInfo QueryAudioEncoder(const Config& config) { in QueryAudioEncoder()47 static std::unique_ptr<AudioEncoder> MakeAudioEncoder( in MakeAudioEncoder()
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()
35 struct NotAdvertised { struct36 using Config = typename T::Config;37 static absl::optional<Config> SdpToConfig( in SdpToConfig()41 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs) { in AppendSupportedDecoders()44 static std::unique_ptr<AudioDecoder> MakeAudioDecoder( in MakeAudioDecoder()