C# Class FMOD.CREATESOUNDEXINFO_INTERNAL

Show file Open project: fmod/UnityIntegration Class Usage Examples

Public Properties

Property Type Description
audioqueuepolicy uint
cbsize int
channelmask CHANNELMASK
channelorder CHANNELORDER
decodebuffersize uint
defaultfrequency int
dlsname System.IntPtr
encryptionkey System.IntPtr
filebuffersize int
fileoffset uint
fileuserasynccancel System.IntPtr
fileuserasyncread System.IntPtr
fileuserclose System.IntPtr
fileuserdata System.IntPtr
fileuseropen System.IntPtr
fileuserread System.IntPtr
fileuserseek System.IntPtr
format SOUND_FORMAT
fsbguid System.IntPtr
ignoresetfilesystem int
inclusionlist System.IntPtr
inclusionlistnum int
initialseekposition uint
initialseekpostype TIMEUNIT
initialsoundgroup System.IntPtr
initialsubsound int
length uint
maxpolyphony int
minmidigranularity uint
nonblockcallback System.IntPtr
nonblockthreadid int
numchannels int
numsubsounds int
pcmreadcallback System.IntPtr
pcmsetposcallback System.IntPtr
suggestedsoundtype SOUND_TYPE
userdata System.IntPtr

Public Methods

Method Description
CreateFromExternal ( CREATESOUNDEXINFO &exinfoExt ) : CREATESOUNDEXINFO_INTERNAL
CreateFromInternal ( CREATESOUNDEXINFO_INTERNAL &exinfoInt ) : CREATESOUNDEXINFO

Method Details

CreateFromExternal() public static method

public static CreateFromExternal ( CREATESOUNDEXINFO &exinfoExt ) : CREATESOUNDEXINFO_INTERNAL
exinfoExt CREATESOUNDEXINFO
return CREATESOUNDEXINFO_INTERNAL

CreateFromInternal() public static method

public static CreateFromInternal ( CREATESOUNDEXINFO_INTERNAL &exinfoInt ) : CREATESOUNDEXINFO
exinfoInt CREATESOUNDEXINFO_INTERNAL
return CREATESOUNDEXINFO

Property Details

audioqueuepolicy public property

public uint audioqueuepolicy
return uint

cbsize public property

public int cbsize
return int

channelmask public property

public CHANNELMASK channelmask
return CHANNELMASK

channelorder public property

public CHANNELORDER channelorder
return CHANNELORDER

decodebuffersize public property

public uint decodebuffersize
return uint

defaultfrequency public property

public int defaultfrequency
return int

dlsname public property

public IntPtr,System dlsname
return System.IntPtr

encryptionkey public property

public IntPtr,System encryptionkey
return System.IntPtr

filebuffersize public property

public int filebuffersize
return int

fileoffset public property

public uint fileoffset
return uint

fileuserasynccancel public property

public IntPtr,System fileuserasynccancel
return System.IntPtr

fileuserasyncread public property

public IntPtr,System fileuserasyncread
return System.IntPtr

fileuserclose public property

public IntPtr,System fileuserclose
return System.IntPtr

fileuserdata public property

public IntPtr,System fileuserdata
return System.IntPtr

fileuseropen public property

public IntPtr,System fileuseropen
return System.IntPtr

fileuserread public property

public IntPtr,System fileuserread
return System.IntPtr

fileuserseek public property

public IntPtr,System fileuserseek
return System.IntPtr

format public property

public SOUND_FORMAT format
return SOUND_FORMAT

fsbguid public property

public IntPtr,System fsbguid
return System.IntPtr

ignoresetfilesystem public property

public int ignoresetfilesystem
return int

inclusionlist public property

public IntPtr,System inclusionlist
return System.IntPtr

inclusionlistnum public property

public int inclusionlistnum
return int

initialseekposition public property

public uint initialseekposition
return uint

initialseekpostype public property

public TIMEUNIT initialseekpostype
return TIMEUNIT

initialsoundgroup public property

public IntPtr,System initialsoundgroup
return System.IntPtr

initialsubsound public property

public int initialsubsound
return int

length public property

public uint length
return uint

maxpolyphony public property

public int maxpolyphony
return int

minmidigranularity public property

public uint minmidigranularity
return uint

nonblockcallback public property

public IntPtr,System nonblockcallback
return System.IntPtr

nonblockthreadid public property

public int nonblockthreadid
return int

numchannels public property

public int numchannels
return int

numsubsounds public property

public int numsubsounds
return int

pcmreadcallback public property

public IntPtr,System pcmreadcallback
return System.IntPtr

pcmsetposcallback public property

public IntPtr,System pcmsetposcallback
return System.IntPtr

suggestedsoundtype public property

public SOUND_TYPE suggestedsoundtype
return SOUND_TYPE

userdata public property

public IntPtr,System userdata
return System.IntPtr