Changeset 186 for smplayer/vendor/current/src/playerprocess.h
- Timestamp:
- Jan 24, 2017, 12:24:46 PM (9 years ago)
- File:
-
- 1 edited
-
smplayer/vendor/current/src/playerprocess.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/playerprocess.h
r179 r186 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 6Ricardo Villalba <[email protected]>2 Copyright (C) 2006-201 Ricardo Villalba <[email protected]> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 129 129 void setPausingPrefix(const QString & prefix) { pausing_prefix = prefix; }; 130 130 131 132 133 131 134 #ifdef CAPTURE_STREAM 132 135 virtual void setCaptureDirectory(const QString & dir); … … 134 137 135 138 static PlayerProcess * createPlayerProcess(const QString & player_bin, QObject * parent = 0); 139 136 140 137 141 // Signals … … 206 210 207 211 PlayerID::Player player_id; 212 213 208 214 }; 209 215
Note:
See TracChangeset
for help on using the changeset viewer.
