Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
PVR_STREAM_TIMES Struct Reference

"C" Times of playing stream (Live TV and recordings) More...

#include <pvr_stream.h>

Public Attributes

time_t startTime
 
int64_t ptsStart
 
int64_t ptsBegin
 
int64_t ptsEnd
 

Detailed Description

"C" Times of playing stream (Live TV and recordings)

Structure used to interface in "C" between Kodi and Addon.

See class PVRStreamTimes for description of values.

Member Data Documentation

◆ ptsBegin

int64_t PVR_STREAM_TIMES::ptsBegin

◆ ptsEnd

int64_t PVR_STREAM_TIMES::ptsEnd

◆ ptsStart

int64_t PVR_STREAM_TIMES::ptsStart

◆ startTime

time_t PVR_STREAM_TIMES::startTime

The documentation for this struct was generated from the following file: