~ubuntu-branches/ubuntu/wily/totem-pl-parser/wily

« back to all changes in this revision

Viewing changes to plparse/totem-pl-parser.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2015-06-29 21:25:20 UTC
  • mfrom: (1.8.5)
  • Revision ID: package-import@ubuntu.com-20150629212520-qc0k5ajwh97o28ya
Tags: 3.10.5-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
 * used when saving the state of an on-going playlist.
266
266
 **/
267
267
#define TOTEM_PL_PARSER_FIELD_PLAYING           "playing"
 
268
/**
 
269
 * TOTEM_PL_PARSER_FIELD_AUDIO_TRACK:
 
270
 *
 
271
 * Metadata field for an entry's default audio-track selection. The default
 
272
 * track is defined as NULL. Note that the value is sent as a string.
 
273
 **/
 
274
#define TOTEM_PL_PARSER_FIELD_AUDIO_TRACK       "audio-track"
268
275
 
269
276
/**
270
277
 * TotemPlParserClass: