Class EvergineSoundImporter
The sound asset importer.
Implements
Inherited Members
Namespace: Evergine.Framework.Assets.Importers
Assembly: Evergine.Framework.dll
Syntax
public class EvergineSoundImporter : AAssetImporter<SoundSource>, IAssetImporter
Properties
Extensions
Gets the importer file extensions.
Declaration
public override string[] Extensions { get; }
Property Value
| Type | Description |
|---|---|
| string[] |
Overrides
Methods
ImportData(Stream, SoundSource, bool)
Imports the asset data.
Declaration
public override void ImportData(Stream stream, SoundSource resource, bool rawAsset)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | stream | The stream. |
| SoundSource | resource | The output data. |
| bool | rawAsset | Indicates whether the asset is loaded as a raw asset. |
Overrides
ImportHeader(Stream, out SoundSource)
Imports the asset header.
Declaration
public override void ImportHeader(Stream stream, out SoundSource resource)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | stream | The stream. |
| SoundSource | resource | The output header. |