Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Sets the track to the specified local animation time.
Syntax
HRESULT SetTrackPosition(
[in] UINT Track,
[in] DOUBLE Position
);
Parameters
-
Track [in]
-
Type: UINT
Track identifier.
-
Position [in]
-
Type: DOUBLE
Local animation time value to assign to the track.
Return value
Type: HRESULT
If the method succeeds, the return value is S_OK. If the method fails, the return value can be one of the following values: D3DERR_INVALIDCALL, E_OUTOFMEMORY.
Requirements
| Requirement | Value |
|---|---|
| Header |
|
| Library |
|
See also