C# Class csadpcm.ImaAdpcm

Inheritance: Stream
Afficher le fichier Open project: mono/mooncodecs Class Usage Examples

Méthodes publiques

Свойство Type Description
BlockAlign ushort
Channels ushort
SamplesPerSec int

Méthodes publiques

Méthode Description
Abort ( string message ) : Exception
DecodeSamples ( ) : IEnumerable
Flush ( ) : void
IMA_ADPCM ( Stream stream ) : System
ImaAdpcm ( Stream stream ) : System
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
DecodeBlock ( int n ) : byte[]
ReadBytes ( int length ) : byte[]
ReadID ( ) : string
ReadInt32 ( ) : int
ReadUInt16 ( ) : ushort
ReadUInt32 ( ) : uint

Method Details

Abort() public méthode

public Abort ( string message ) : Exception
message string
Résultat System.Exception

DecodeSamples() public méthode

public DecodeSamples ( ) : IEnumerable
Résultat IEnumerable

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

IMA_ADPCM() public méthode

public IMA_ADPCM ( Stream stream ) : System
stream Stream
Résultat System

ImaAdpcm() public méthode

public ImaAdpcm ( Stream stream ) : System
stream Stream
Résultat System

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

Property Details

BlockAlign public_oe property

public ushort BlockAlign
Résultat ushort

Channels public_oe property

public ushort Channels
Résultat ushort

SamplesPerSec public_oe property

public int SamplesPerSec
Résultat int