Microsoft DirectX 8.0 (C++) |
Sets data on a track, in music time.
HRESULT SetParam( REFGUID rguidType, MUSIC_TIME mtTime, void* pParam );
If the method succeeds, the return value is S_OK.
If it fails, the method can return one of the following error values:
DMUS_E_SET_UNSUPPORTED |
DMUS_E_TYPE_DISABLED |
E_OUTOFMEMORY |
E_POINTER |
The IDirectMusicTrack8::SetParamEx method can be used for greater functionality.
Header: Declared in dmplugin.h.
IDirectMusicTrack8::GetParam, IDirectMusicTrack8::IsParamSupported, IDirectMusicPerformance8::SetParam, IDirectMusicSegment8::SetParam, Setting and Retrieving Track Parameters