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 }
Definition: custompipeline.hpp:8
Definition: pipeline.hpp:5
Definition: common.hpp:9