C# Class FMOD.ASYNCREADINFO

Show file Open project: punker76/simple-music-player

Public Properties

Property Type Description
buffer System.IntPtr
bytesread uint
done ASYNCREADINFO_DONE_CALLBACK
handle System.IntPtr
offset uint
priority int
sizebytes uint
userdata System.IntPtr

Property Details

buffer public property

public IntPtr,System buffer
return System.IntPtr

bytesread public property

public uint bytesread
return uint

done public property

public ASYNCREADINFO_DONE_CALLBACK done
return ASYNCREADINFO_DONE_CALLBACK

handle public property

public IntPtr,System handle
return System.IntPtr

offset public property

public uint offset
return uint

priority public property

public int priority
return int

sizebytes public property

public uint sizebytes
return uint

userdata public property

public IntPtr,System userdata
return System.IntPtr