Show / Hide Table of Contents

Delegate FileSeekProcedure

User file stream seek callback function (to be used with FileProcedures).

Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public delegate bool FileSeekProcedure(long Offset, IntPtr User);
Parameters
Int64 Offset

Position in bytes to seek to.

IntPtr User

The User instance data given when CreateStream(StreamSystem, BassFlags, FileProcedures, IntPtr) was called.

Returns
Boolean

true if successful, else false.

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx