mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-28 07:50:58 +02:00
armbox: Cosmetics replace spaces with tabs and delete unnecessary tabs
Origin commit data
------------------
Branch: master
Commit: 41083fe79e
Author: max_10 <max_10@gmx.de>
Date: 2017-10-08 (Sun, 08 Oct 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -52,7 +52,7 @@ class cPlayback
|
||||
|
||||
public:
|
||||
playstate_t playstate;
|
||||
|
||||
|
||||
cPlayback(int);
|
||||
bool Open(playmode_t PlayMode);
|
||||
void Close(void);
|
||||
@@ -60,13 +60,13 @@ class cPlayback
|
||||
bool Start(std::string filename, std::string headers = "");
|
||||
bool Play(void);
|
||||
bool SyncAV(void);
|
||||
|
||||
|
||||
bool Stop(void);
|
||||
bool SetAPid(int pid, bool ac3);
|
||||
bool SetSubtitlePid(int pid);
|
||||
bool SetTeletextPid(int pid);
|
||||
|
||||
void trickSeek(int ratio);
|
||||
void trickSeek(int ratio);
|
||||
bool SetSpeed(int speed);
|
||||
bool SetSlow(int slow);
|
||||
bool GetSpeed(int &speed) const;
|
||||
@@ -90,7 +90,7 @@ class cPlayback
|
||||
|
||||
//
|
||||
~cPlayback();
|
||||
void getMeta();
|
||||
void getMeta();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user