C# Class Terraria.ModLoader.IO.WAVCacheIO

Afficher le fichier Open project: JavidPack/TerraCustom

Méthodes publiques

Свойство Type Description
ModCachePath string

Méthodes publiques

Méthode Description
CacheMP3 ( string wavCacheFilename, byte data ) : SoundEffect

Private Methods

Méthode Description
ClearCache ( string modName ) : void
DeleteIfOlder ( string modFilename, string wavCacheFilename ) : void
GetWavStream ( string wavCachePath ) : Stream
SaveWavStream ( MemoryStream output, string wavCachePath ) : void
WAVCacheAvailable ( string wavCachePath ) : bool

Method Details

CacheMP3() public static méthode

public static CacheMP3 ( string wavCacheFilename, byte data ) : SoundEffect
wavCacheFilename string
data byte
Résultat Microsoft.Xna.Framework.Audio.SoundEffect

Property Details

ModCachePath public_oe static_oe property

public static string ModCachePath
Résultat string