Copyright © 2013-2017 MultiMedia Soft

PlaybackPositionGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Allows retrieving the latest playback position set through a previous call to the PlaybackPositionSet method.

 

 

Syntax

 

[Visual Basic]

Public Function PlaybackPositionGet (

ByRef nPosition as Int32

) as enumWanErrorCodes


 

[C#]

public enumWanErrorCodes PlaybackPositionGet (

ref Int32 nPosition

);


 

[C++]

public: enumWanErrorCodes PlaybackPositionGet (

Int32 __gc _nPosition

);


 

 

Parameter

Description

 

 

nPosition

Reference that, after returning from the method call, will contain the current playback position expressed in milliseconds.

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumWanErrorCodes.ERR_WAN_NOERROR (0)

The method call was successful