~ubuntu-branches/debian/squeeze/smplayer/squeeze

« back to all changes in this revision

Viewing changes to src/mediadata.h

  • Committer: Bazaar Package Importer
  • Author(s): Breuil Cyril
  • Date: 2007-06-24 16:35:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070624163529-hhckbmd24uicada7
Tags: 0.5.20-0ubuntu1
* New upstream release
* Change Maintainer Email

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#define TYPE_DVD 1
39
39
#define TYPE_STREAM 2
40
40
#define TYPE_VCD 3
 
41
#define TYPE_AUDIO_CD 4
41
42
 
42
43
class MediaData {
43
44
 
90
91
        QString clip_comment;
91
92
        QString clip_software;
92
93
 
 
94
        QString stream_title;
 
95
        QString stream_url;
 
96
 
 
97
 
93
98
        // Other data not really useful for us,
94
99
        // just to show info to the user.
95
100
        QString demuxer;