Table of Contents

Delegate RtspInteractiveSource.GetUriDelegate

Namespace
VAST.RTSP
Assembly
VAST.RTSP.dll

Delegate that provides a URI for a given seek position.

public delegate string RtspInteractiveSource.GetUriDelegate(long seekPosition)

Parameters

seekPosition long

The seek position in ticks.

Returns

string

The URI to use for the specified seek position.

Constructors

GetUriDelegate(object, nint)

public GetUriDelegate(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(long, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(long seekPosition, AsyncCallback callback, object @object)

Parameters

seekPosition long
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual string EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

string

Invoke(long)

public virtual string Invoke(long seekPosition)

Parameters

seekPosition long

Returns

string