Changeset 30604
- Timestamp:
- 10/19/14 12:41:25 (9 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/player.h
r30600 r30604 590 590 } 591 591 592 #ifdef EPLAYER4 592 593 typedef struct _CustomData { 593 594 gboolean is_live; … … 597 598 598 599 CustomData data; 600 #endif 599 601 600 602 //extern player -
titan/titan/struct.h
r30593 r30604 1302 1302 int playspeed; 1303 1303 int slowspeed; 1304 #ifdef EPLAYER4 1304 1305 int bufferpercent; 1305 1306 int prefillbuffer; … … 1307 1308 gint avgOutRate; 1308 1309 gint64 bufferingLeft; 1310 #endif 1309 1311 int random; 1310 1312 int repeat;
Note: See TracChangeset
for help on using the changeset viewer.