C# Class OpenRA.FileFormats.ImaAdpcmChunk

Datei anzeigen Open project: cjshmyr/OpenRA

Public Properties

Property Type Description
CompressedSize int
OutputSize int

Public Methods

Method Description
Read ( Stream s ) : ImaAdpcmChunk

Method Details

Read() public static method

public static Read ( Stream s ) : ImaAdpcmChunk
s System.IO.Stream
return ImaAdpcmChunk

Property Details

CompressedSize public_oe property

public int CompressedSize
return int

OutputSize public_oe property

public int OutputSize
return int