Class FileInfo
This is information on the sound files within a sound bank
Namespace: Anki.AudioKinetic
Assembly: Anki.Resources.SDK.dll
Syntax
public class FileInfo
Properties
ID
This is the stream id for the file.
Declaration
public uint ID { get; }
Property Value
Type | Description |
---|---|
UInt32 | This is the stream id for the file. |
Offset
The offset to where the WEM sound file can be found within the soundbank file.
Declaration
public uint Offset { get; }
Property Value
Type | Description |
---|---|
UInt32 | The offset to where the WEM sound file can be found within the soundbank file. |
Path
This is a path within the workspace to the audio file.
Declaration
public string Path { get; }
Property Value
Type | Description |
---|---|
String | This is a path within the workspace to the audio file. |
Remarks
This is left from the audio editing workspace
PrefetchSize
If non-zero, the file should be prefetched so that there is no latency. The number of bytes to prefetch from the soundbank before heading out the external file?
Declaration
public uint PrefetchSize { get; }
Property Value
Type | Description |
---|---|
UInt32 | The number of bytes to prefetch. |
ShortName
This is the name of the source file.
Declaration
public string ShortName { get; }
Property Value
Type | Description |
---|---|
String | This is the name of the source file. |
Remarks
This is left from the audio editing workspace
Size
The size of the sound file segment within the soundbank file.
Declaration
public uint Size { get; }
Property Value
Type | Description |
---|---|
UInt32 | The size of the sound file segment within the soundbank file. |
SoundBankName
The name of the sound bank that it is part of
Declaration
public string SoundBankName { get; }
Property Value
Type | Description |
---|---|
String | The name of the sound bank that this file info is part of. |