C# Class Accord.Audio.Formats.FormatHeader

Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Свойство Type Description
AverageBytesPerSecond int
BitsPerSample short
BlockAlignment short
Channels short
FormatTag short
Length int
SamplesPerSecond int

Méthodes publiques

Méthode Description
GetBytes ( ) : byte[]

Method Details

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

Property Details

AverageBytesPerSecond public_oe property

public int AverageBytesPerSecond
Résultat int

BitsPerSample public_oe property

public short BitsPerSample
Résultat short

BlockAlignment public_oe property

public short BlockAlignment
Résultat short

Channels public_oe property

public short Channels
Résultat short

FormatTag public_oe property

public short FormatTag
Résultat short

Length public_oe property

public int Length
Résultat int

SamplesPerSecond public_oe property

public int SamplesPerSecond
Résultat int