Click or drag to resize
Accord.NET (logo)

FrameInfo Constructor (Int32, Int32, Int32, Int32, Int32)

Initializes a new instance of the FrameInfo class.

Namespace:  Accord.Audio.Formats
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public FrameInfo(
	int channels,
	int samplingRate,
	int bitsPerSample,
	int frameIndex,
	int totalFrames
)
Request Example View Source

Parameters

channels
Type: SystemInt32
samplingRate
Type: SystemInt32
bitsPerSample
Type: SystemInt32
frameIndex
Type: SystemInt32
totalFrames
Type: SystemInt32
See Also