webOS Userland
Native system APIs for webOS
custompipeline.hpp
1
#pragma once
2
3
#include <player-factory/common.hpp>
4
#include <player-factory/pipeline.hpp>
5
6
namespace
mediapipeline {
7
8
class
CustomPipeline
:
public
Pipeline
{
9
public
:
10
bool
loadSpi_getInfo(
MEDIA_CUSTOM_CONTENT_INFO_T
* contentInfo);
11
void
sendSegmentEvent();
12
void
setContentInfo(MEDIA_CUSTOM_SRC_TYPE_T srcType,
MEDIA_CUSTOM_CONTENT_INFO_T
* contentInfo);
13
};
14
15
}
mediapipeline::CustomPipeline
Definition:
custompipeline.hpp:8
mediapipeline::Pipeline
Definition:
pipeline.hpp:5
MEDIA_CUSTOM_CONTENT_INFO_T
Definition:
common.hpp:9
include
player-factory
custompipeline.hpp
Generated by
1.9.1