C# Class Files.AudioLogic.TRK

Inheritance: IDisposable
Show file Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Properties

Property Type Description
Argument HITTrackArguments
ControlGroup HITControlGroup
DuckingPriority int
Looped bool
SoundID uint
TrackName string
Volume int

Public Methods

Method Description
Dispose ( ) : void
TRK ( Stream Data ) : System

Protected Methods

Method Description
Dispose ( bool CleanUpNativeAndManagedResources ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool CleanUpNativeAndManagedResources ) : void
CleanUpNativeAndManagedResources bool
return void

TRK() public method

public TRK ( Stream Data ) : System
Data Stream
return System

Property Details

Argument public property

public HITTrackArguments Argument
return HITTrackArguments

ControlGroup public property

public HITControlGroup ControlGroup
return HITControlGroup

DuckingPriority public property

public int DuckingPriority
return int

Looped public property

public bool Looped
return bool

SoundID public property

public uint SoundID
return uint

TrackName public property

public string TrackName
return string

Volume public property

public int Volume
return int