IPositionable

Engine/source/core/stream/tStream.h

Interface for streams with an explicit position property.

More...

Public Types

Parent 
P
PositionType 

The type used to indicate positions.

Public Functions

Set the current position to be "pos".

Detailed Description

Interface for streams with an explicit position property.

Public Types

typedef void Parent 
typedef P PositionType 

The type used to indicate positions.

Public Functions

getPosition()

return:

the current position.

Reimplemented by: GenericTimeSource, GenericTimeSource, GenericTimeSource, GenericTimeSource, SFXWavStream, SFXSound, SFXVoice

setPosition(PositionType pos)

Set the current position to be "pos".

Parameters:

pos

The new position.

Reimplemented by: GenericTimeSource, GenericTimeSource, GenericTimeSource, SFXSound, SFXWavStream, SFXNullVoice, SFXVoice