INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: What is PLAYSTATE_WAITING?  (Read 1231 times)

Zoner

  • Regular Member
  • World Citizen
  • ***
  • Posts: 198
  • nothing more to say...
What is PLAYSTATE_WAITING?
« on: July 06, 2004, 03:59:36 am »

The COM SDK incudes a property called State which is an enum indicating the playback state.  Most of the return values are self-explanatory (eg PLAYING, STOPPED, PAUSED) but there is another one called PLAYSTATE_WAITING.  What's the difference between PLAYSTATE_WAITING and PLAYSTATE_STOPPED?
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41953
  • Shoes gone again!
Re:What is PLAYSTATE_WAITING?
« Reply #1 on: July 06, 2004, 01:34:32 pm »

PLAYSTATE_WAITING means MC is playing, but maybe it's waiting for data or for user interaction.

Typically, use (State != PLAYSTATE_STOP) to determine if MC is playing or not.
Logged
Matt Ashland, JRiver Media Center
Pages: [1]   Go Up