C# Class OpenRA.FileFormats.WavFormat

Inheritance: ISoundFormat
Show file Open project: cjshmyr/OpenRA Class Usage Examples

Public Methods

Method Description
GetPCMInputStream ( ) : Stream
WavFormat ( Stream stream ) : System

Method Details

GetPCMInputStream() public method

public GetPCMInputStream ( ) : Stream
return Stream

WavFormat() public method

public WavFormat ( Stream stream ) : System
stream Stream
return System