Changeset 21916 for trunk/src/dsound
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 10 deleted
- 5 edited
- 10 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/dsound/DAudioNotify.h
r5608 r21916 46 46 }; 47 47 48 HRESULT __stdcall DAudioNotifyQueryInterface(THIS, REFIID riid, LPVOID * ppvObj); 49 ULONG __stdcall DAudioNotifyAddRef(THIS); 50 ULONG __stdcall DAudioNotifyRelease(THIS); 51 HRESULT __stdcall DAudioNotifySetNotificationPositions(THIS, DWORD cPositionNotifies, LPCDSBPOSITIONNOTIFY lpcPositionNotifies); 52 48 53 #endif //__DAUDIONOTIFY_H__ -
trunk/src/dsound/OS23DBuffer.h
r3099 r21916 58 58 }; 59 59 60 HRESULT __stdcall Sound3DBufferQueryInterface(THIS, REFIID riid, LPVOID * ppvObj); 61 ULONG __stdcall Sound3DBufferAddRef(THIS); 62 ULONG __stdcall Sound3DBufferRelease(THIS); 63 HRESULT __stdcall Sound3DBufferGetAllParameters(THIS, LPDS3DBUFFER lpDs3dBuffer); 64 HRESULT __stdcall Sound3DBufferSetAllParameters(THIS, LPCDS3DBUFFER lpcDs3dBuffer, DWORD dwApply); 65 HRESULT __stdcall Sound3DBufferGetMaxDistance(THIS, LPD3DVALUE lpflMaxDistance); 66 HRESULT __stdcall Sound3DBufferGetMinDistance(THIS, LPD3DVALUE lpflMinDistance); 67 HRESULT __stdcall Sound3DBufferSetMaxDistance(THIS, D3DVALUE flMaxDistance, DWORD dwApply); 68 HRESULT __stdcall Sound3DBufferSetMinDistance(THIS, D3DVALUE flMinDistance, DWORD dwApply); 69 HRESULT __stdcall Sound3DBufferGetMode(THIS, LPDWORD lpdwMode); 70 HRESULT __stdcall Sound3DBufferSetMode(THIS, DWORD dwMode, DWORD dwApply); 71 HRESULT __stdcall Sound3DBufferGetPosition(THIS, LPD3DVECTOR lpvPosition); 72 HRESULT __stdcall Sound3DBufferSetPosition(THIS, D3DVALUE x, D3DVALUE y, D3DVALUE z, DWORD dwApply); 73 HRESULT __stdcall Sound3DBufferGetConeAngles(THIS, LPDWORD lpdwInsideConeAngle, LPDWORD lpdwOutsideConeAngle); 74 HRESULT __stdcall Sound3DBufferSetConeAngles(THIS, DWORD dwInsideConeAngle, DWORD dwOutsideConeAngle, DWORD dwApply); 75 HRESULT __stdcall Sound3DBufferGetConeOrientation(THIS, LPD3DVECTOR lpvOrientation); 76 HRESULT __stdcall Sound3DBufferSetConeOrientation(THIS, D3DVALUE x, D3DVALUE y, D3DVALUE z, DWORD dwApply); 77 HRESULT __stdcall Sound3DBufferGetConeOutsideVolume(THIS, LPLONG lplConeOutsideVolume); 78 HRESULT __stdcall Sound3DBufferSetConeOutsideVolume(THIS, LONG lConeOutsideVolume, DWORD dwApply); 79 HRESULT __stdcall Sound3DBufferGetVelocity(THIS, LPD3DVECTOR lpvVelocity); 80 HRESULT __stdcall Sound3DBufferSetVelocity(THIS, D3DVALUE x, D3DVALUE y, D3DVALUE z, DWORD dwApply); 81 60 82 #endif -
trunk/src/dsound/OS23DListener.h
r3099 r21916 55 55 }; 56 56 57 HRESULT __stdcall Sound3DListenerQueryInterface(THIS, REFIID riid, LPVOID * ppvObj); 58 ULONG __stdcall Sound3DListenerAddRef(THIS); 59 ULONG __stdcall Sound3DListenerRelease(THIS); 60 HRESULT __stdcall Sound3DListenerGetAllParameters(THIS, LPDS3DLISTENER lpListener); 61 HRESULT __stdcall Sound3DListenerSetAllParameters(THIS, LPCDS3DLISTENER lpcListener, DWORD dwApply); 62 HRESULT __stdcall Sound3DListenerCommitDeferredSettings(THIS); 63 HRESULT __stdcall Sound3DListenerGetDistanceFactor(THIS, LPD3DVALUE lpflDistanceFactor); 64 HRESULT __stdcall Sound3DListenerSetDistanceFactor(THIS, D3DVALUE flDistanceFactor, DWORD dwApply); 65 HRESULT __stdcall Sound3DListenerGetDopplerFactor(THIS, LPD3DVALUE lpflDopplerFactor); 66 HRESULT __stdcall Sound3DListenerSetDopplerFactor(THIS, D3DVALUE flDopplerFactor, DWORD dwApply); 67 HRESULT __stdcall Sound3DListenerGetOrientation(THIS, LPD3DVECTOR lpvOrientFront, LPD3DVECTOR lpvOrientTop); 68 HRESULT __stdcall Sound3DListenerSetOrientation(THIS, D3DVALUE xFront, D3DVALUE yFront, D3DVALUE zFront, D3DVALUE xTop, D3DVALUE yTop, D3DVALUE zTop, DWORD dwApply); 69 HRESULT __stdcall Sound3DListenerGetPosition(THIS, LPD3DVECTOR lpvPosition); 70 HRESULT __stdcall Sound3DListenerSetPosition(THIS, D3DVALUE x, D3DVALUE y, D3DVALUE z, DWORD dwApply); 71 HRESULT __stdcall Sound3DListenerGetRolloffFactor(THIS, LPD3DVALUE lpflRolloffFactor); 72 HRESULT __stdcall Sound3DListenerSetRolloffFactor(THIS, D3DVALUE flRolloffFactor, DWORD dwApply); 73 HRESULT __stdcall Sound3DListenerGetVelocity(THIS, LPD3DVECTOR lpvVelocity); 74 HRESULT __stdcall Sound3DListenerSetVelocity(THIS, D3DVALUE x, D3DVALUE y, D3DVALUE z, DWORD dwApply); 75 57 76 #endif -
trunk/src/dsound/OS2PrimBuff.h
r5285 r21916 74 74 }; 75 75 76 HRESULT __stdcall PrimBufQueryInterface(THIS, REFIID riid, LPVOID * ppvObj); 77 ULONG __stdcall PrimBufAddRef(THIS); 78 ULONG __stdcall PrimBufRelease(THIS); 76 79 HRESULT __stdcall PrimBufGetCaps(THIS_ LPDSBCAPS ); 77 80 HRESULT __stdcall PrimBufGetCurrentPosition(THIS_ LPDWORD,LPDWORD ) ;
Note:
See TracChangeset
for help on using the changeset viewer.