|
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
)
Public Sub New (
channels As Integer,
samplingRate As Integer,
bitsPerSample As Integer,
frameIndex As Integer,
totalFrames As Integer
)
Request Example
View SourceParameters
- channels
- Type: SystemInt32
- samplingRate
- Type: SystemInt32
- bitsPerSample
- Type: SystemInt32
- frameIndex
- Type: SystemInt32
- totalFrames
- Type: SystemInt32
See Also