Class SoundSource
This class represen the sound asset source.
Implements
Inherited Members
Namespace: Evergine.Framework.Assets
Assembly: Evergine.Framework.dll
Syntax
public class SoundSource : AssetSource, IAssetSource
Properties
AssetParts
Gets the asset parts of the source.
Declaration
public override List<AssetPart> AssetParts { get; }
Property Value
Type | Description |
---|---|
List<AssetPart> |
Overrides
SoundData
Gets or sets the texture info.
Declaration
public SoundDataPart SoundData { get; set; }
Property Value
Type | Description |
---|---|
SoundDataPart |
SoundInfo
Gets or sets the texture info.
Declaration
public SoundInfoPart SoundInfo { get; set; }
Property Value
Type | Description |
---|---|
SoundInfoPart |
Methods
Free()
Free all resources of this asset source.
Declaration
public override void Free()