Microsoft DirectX 8.0 (C++) |
Initializes the track. This method is called by a segment when a track is added.
HRESULT Init( IDirectMusicSegment* pSegment );
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_NOT_INIT |
E_OUTOFMEMORY |
E_POINTER |
If the track plays messages, it should call IDirectMusicSegment8::SetPChannelsUsed in the Init method.
This method should be called whenever track data is changed after the track is inserted in a segment.
Header: Declared in dmplugin.h.