Skip Method

Skip feature.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Sub Skip ( _
    milliSeconds As Integer _
)
'Usage
Dim instance As Player
Dim milliSeconds As Integer

instance.Skip(milliSeconds)
public void Skip(
    int milliSeconds
)

Parameters

Remarks

Allows the current play position to be moved. Method can be called in any state.

See Also

Reference

Player Class

Player Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace