Changeset 5025:35982a4396fb in roaraudio for include/libroar/vs.h


Ignore:
Timestamp:
05/28/11 11:28:11 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

prepare VS API for SYNC streams (FILTER), adding a flag for defaulting to PAUSE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vs.h

    r4850 r5025  
    284284 ROAR_VS_CMD_GET_LATC_MINLAG, 
    285285#define ROAR_VS_CMD_GET_LATC_MINLAG ROAR_VS_CMD_GET_LATC_MINLAG 
     286 
     287 // Volume: 
    286288 ROAR_VS_CMD_SET_FREE_VOLUME, 
    287289#define ROAR_VS_CMD_SET_FREE_VOLUME ROAR_VS_CMD_SET_FREE_VOLUME 
    288290 ROAR_VS_CMD_GET_FREE_VOLUME, 
    289291#define ROAR_VS_CMD_GET_FREE_VOLUME ROAR_VS_CMD_GET_FREE_VOLUME 
     292 
     293 // auto pause flag, needed for sync streams: 
     294 ROAR_VS_CMD_SET_DEFAULT_PAUSED, 
     295#define ROAR_VS_CMD_SET_DEFAULT_PAUSED ROAR_VS_CMD_SET_DEFAULT_PAUSED 
     296 ROAR_VS_CMD_GET_DEFAULT_PAUSED, 
     297#define ROAR_VS_CMD_GET_DEFAULT_PAUSED ROAR_VS_CMD_GET_DEFAULT_PAUSED 
    290298}; 
    291299 
Note: See TracChangeset for help on using the changeset viewer.