webOS Userland
Native system APIs for webOS
abstractplayer.hpp
1
#pragma once
2
3
#include <boost/shared_ptr.hpp>
4
#include <player-factory/player.hpp>
5
6
namespace
mediapipeline {
7
8
class
AbstractPlayer
:
public
Player
{
9
public
:
10
boost::shared_ptr<Pipeline> getPipeline()
const
;
11
};
12
13
}
mediapipeline::AbstractPlayer
Definition:
abstractplayer.hpp:8
mediapipeline::Player
Definition:
player.hpp:5
include
player-factory
abstractplayer.hpp
Generated by
1.9.1