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
}
mediapipeline::AbstractPlayer
Definition:
abstractplayer.hpp:8
mediapipeline::CustomPlayer
Definition:
customplayer.hpp:7
include
player-factory
customplayer.hpp
Generated by
1.9.1