libeplayer3: extend API

Origin commit data
------------------
Branch: master
Commit: b6a2310df6
Author: martii <m4rtii@gmx.de>
Date: 2014-04-09 (Wed, 09 Apr 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-04-09 22:06:41 +02:00
parent b72941dd8b
commit 63db6558ef
8 changed files with 122 additions and 112 deletions

View File

@@ -56,7 +56,6 @@ class Input
float seek_sec_abs;
float seek_sec_rel;
bool isContainerRunning;
bool terminating;
bool abortPlayback;
Player *player;

View File

@@ -90,6 +90,11 @@ class Player {
bool SwitchTeletext(int pid);
bool SwitchSubtitle(int pid);
int GetAudioPid();
int GetVideoPid();
int GetSubtitlePid();
int GetTeletextPid();
bool GetPts(int64_t &pts);
bool GetFrameCount(int64_t &framecount);
bool GetDuration(double &duration);
@@ -98,6 +103,7 @@ class Player {
bool SlowMotion(int repeats);
bool FastBackward(int speed);
bool FastForward(int speed);
bool Open(const char *Url, bool noprobe = false);
bool Close();
bool Play();