C# Class Accord.Audio.Formats.FormatHeader

Mostrar archivo 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_oe property

public int AverageBytesPerSecond
return int

BitsPerSample public_oe property

public short BitsPerSample
return short

BlockAlignment public_oe property

public short BlockAlignment
return short

Channels public_oe property

public short Channels
return short

FormatTag public_oe property

public short FormatTag
return short

Length public_oe property

public int Length
return int

SamplesPerSecond public_oe property

public int SamplesPerSecond
return int