Searched defs:FooEncoderTemplateAdapter (Results 1 – 1 of 1) sorted by relevance
36 struct FooEncoderTemplateAdapter { struct37 static std::vector<SdpVideoFormat> SupportedFormats() { return {kFooSdp}; } in SupportedFormats()39 static std::unique_ptr<VideoEncoder> CreateEncoder( in CreateEncoder()44 static bool IsScalabilityModeSupported(ScalabilityMode scalability_mode) { in IsScalabilityModeSupported()