Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Accord
Audio
Formats
FormatHeader
C# Class Accord.Audio.Formats.FormatHeader
Show file
Open project: accord-net/framework
Public Properties
Property
Type
Description
AverageBytesPerSecond
int
BitsPerSample
short
BlockAlignment
short
Channels
short
FormatTag
short
Length
int
SamplesPerSecond
int
Public Methods
Method
Description
GetBytes
( ) :
byte[]
Method Details
GetBytes()
public
method
public
GetBytes
( ) :
byte[]
return
byte[]
Property Details
AverageBytesPerSecond
public property
public
int
AverageBytesPerSecond
return
int
BitsPerSample
public property
public
short
BitsPerSample
return
short
BlockAlignment
public property
public
short
BlockAlignment
return
short
Channels
public property
public
short
Channels
return
short
FormatTag
public property
public
short
FormatTag
return
short
Length
public property
public
int
Length
return
int
SamplesPerSecond
public property
public
int
SamplesPerSecond
return
int