Ignore:
Timestamp:
Oct 8, 2008, 11:28:16 PM (17 years ago)
Author:
rjerant
Message:

Add GetHwPtr() to code base

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/include/ossidc.h

    r266 r391  
    3939
    4040//IDC communication packet
    41 typedef struct 
     41typedef struct
    4242{
    4343  OSSSTREAMID streamid; //IN:  stream id
     
    131131#define IDC32_WAVE_GETPOS               0x1B
    132132#define IDC32_WAVE_SETVOLUME            0x1C
     133#define IDC32_WAVE_GETHWPTR             0x1D
    133134
    134135#define IDC32_MIXER_OPEN                0x20
     
    246247
    247248
    248 typedef struct 
     249typedef struct
    249250{
    250251    char  name[SIZE_DEVICE_NAME];
     
    255256
    256257#define SIZE_DEVICE_NAME            32
    257 typedef struct 
     258typedef struct
    258259{
    259260    ULONG nrchannels;
     
    335336typedef struct {
    336337    ULONG  nrStreams;            //nr of activate wave streams supported
    337     ULONG  ulMinChannels;        //min nr of channels 
    338     ULONG  ulMaxChannels;        //max nr of channels 
     338    ULONG  ulMinChannels;        //min nr of channels
     339    ULONG  ulMaxChannels;        //max nr of channels
    339340    ULONG  ulChanFlags;          //channel flags
    340341    ULONG  ulMinRate;            //min sample rate
Note: See TracChangeset for help on using the changeset viewer.