~ubuntu-branches/ubuntu/jaunty/moon/jaunty

« back to all changes in this revision

Viewing changes to src/playlist.h

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-03-06 10:09:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090306100949-pgxjxjqltaxi12rz
Tags: 1.0.1-0ubuntu1
New upstream release (LP: #338665)

Show diffs side-by-side

added added

removed removed

Lines of Context:
274
274
        MediaResult Parse ();
275
275
        bool ParseASX2 ();
276
276
        bool ParseASX3 ();
277
 
        bool IsASX2 (IMediaSource *source);
278
 
        bool IsASX3 (IMediaSource *source);
 
277
        bool ParsePossibleUrlList ();
 
278
 
 
279
        static bool IsValidPlaylist (IMediaSource *source);
 
280
        static bool IsASX2 (IMediaSource *source);
 
281
        static bool IsASX3 (IMediaSource *source);
 
282
        static bool IsPossibleUrlList (IMediaSource *source);
279
283
 
280
284
        // This value determines if the data we parsed
281
285
        // actually was a playlist. It may be true even