webOS Userland
Native system APIs for webOS
customplayer.hpp
1 #pragma once
2 
3 #include <player-factory/abstractplayer.hpp>
4 
5 namespace mediapipeline {
6 
7 class CustomPlayer : public AbstractPlayer {
8 
9 };
10 
11 }
Definition: abstractplayer.hpp:8
Definition: customplayer.hpp:7