Rialto
0.1
Rialto media pipeline API
|
Go to the documentation of this file.
20 #ifndef FIREBOLT_RIALTO_I_MEDIA_PIPELINE_CAPABILITIES_H_
21 #define FIREBOLT_RIALTO_I_MEDIA_PIPELINE_CAPABILITIES_H_
34 namespace firebolt::rialto
36 class IMediaPipelineCapabilities;
52 static std::shared_ptr<IMediaPipelineCapabilitiesFactory>
createFactory();
109 const std::vector<std::string> &propertyNames) = 0;
114 #endif // FIREBOLT_RIALTO_I_MEDIA_PIPELINE_CAPABILITIES_H_