ZelloWork Client SDK  2.51
Public Member Functions | Properties | List of all members
IAudioPlayer Interface Reference

Inherits IDispatch.

Public Member Functions

HRESULT Play ()
 
HRESULT Stop ()
 

Properties

IAudioMessage Message [get, set]
 
int Position [get, set]
 

Detailed Description

IAudioPlayer allows to play audio messages from history.

Member Function Documentation

§ Play()

HRESULT Play ( )

Play audio message.

§ Stop()

HRESULT Stop ( )

Stop playing message.

Attention
This method is not currenty supported.

Property Documentation

§ Message

IAudioMessage Message
getsetproperty

Set current message.

Parameters
pValReturn value.

Get current message.

Parameters
ppValReturn value.

§ Position

int Position
getsetproperty

Set playback position.

Parameters
iValNew position, ms.
Attention
This property is not currenty supported.

Get current playback position.

Parameters
piValReturn value, ms.
Attention
This property is not currenty supported.