Holds information about a RIFF file chunk.
More...
|
| RiffChunk (int identifier, int length, long streamPosition) |
| Creates a RiffChunk object.
|
|
|
int | Identifier [get] |
| The chunk identifier.
|
|
string | IdentifierAsString [get] |
| The chunk identifier converted to a string.
|
|
int | Length [get, private set] |
| The chunk length.
|
|
long | StreamPosition [get, private set] |
| The stream position this chunk is located at.
|
|
Holds information about a RIFF file chunk.
◆ RiffChunk()
NAudio.Wave.RiffChunk.RiffChunk |
( |
int | identifier, |
|
|
int | length, |
|
|
long | streamPosition ) |
|
inline |
Creates a RiffChunk object.
◆ Identifier
int NAudio.Wave.RiffChunk.Identifier |
|
get |
◆ IdentifierAsString
string NAudio.Wave.RiffChunk.IdentifierAsString |
|
get |
The chunk identifier converted to a string.
◆ Length
int NAudio.Wave.RiffChunk.Length |
|
getprivate set |
◆ StreamPosition
long NAudio.Wave.RiffChunk.StreamPosition |
|
getprivate set |
The stream position this chunk is located at.
The documentation for this class was generated from the following file:
- /Users/sumansaurabh/Documents/my-startup/xeno-rat/Plugins/LiveMicrophone/lib/NAudio.Core/Wave/WaveStreams/RiffChunk.cs