DtvKit_ATSC3.0
Loading...
Searching...
No Matches
Functions
atsc_plf_mp_control_template.h File Reference
#include "atsc_basetype.h"
Include dependency graph for atsc_plf_mp_control_template.h:

Go to the source code of this file.

Functions

void * STB_MPInit (uint8_t *source_url)
 
int32_t STB_MPStart (void *handle, int32_t *params)
 
int32_t STB_MPPause (void *handle)
 
int32_t STB_MPResume (void *handle)
 
int32_t STB_MPResize (void *handle, int32_t *rect)
 
int32_t STB_MPStop (void *handle)
 
void STB_MPExit (void *handle)
 
int32_t STB_MPGetTimes (void *handle, uint32_t *begin, uint32_t *current, uint32_t *end)
 
void STB_MPRegisterCallback (void *handle, int32_t callback)
 
int32_t STB_MPSeek (void *handle, uint32_t position)
 
int32_t STB_MPObtainComponentList (void *handle, int32_t type, uint32_t *num_ptr, int32_t **list_ptr)
 
void STB_MPReleaseComponentList (void *handle, int32_t *list_ptr)
 
int32_t STB_MPSelectComponent (void *handle, int32_t *component)
 
int32_t STB_MPUnselectComponent (void *handle, int32_t *component)
 
int32_t STB_MPGetError (void *handle)
 

Detailed Description

Related to Platform device control information(Mediaplayer)