Xeno-rat
Loading...
Searching...
No Matches
NAudio.Wave.RiffChunk Class Reference

Holds information about a RIFF file chunk. More...

Collaboration diagram for NAudio.Wave.RiffChunk:

Public Member Functions

 RiffChunk (int identifier, int length, long streamPosition)
 Creates a RiffChunk object.
 

Properties

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.
 

Detailed Description

Holds information about a RIFF file chunk.

Constructor & Destructor Documentation

◆ RiffChunk()

NAudio.Wave.RiffChunk.RiffChunk ( int identifier,
int length,
long streamPosition )
inline

Creates a RiffChunk object.

Property Documentation

◆ Identifier

int NAudio.Wave.RiffChunk.Identifier
get

The chunk identifier.

◆ IdentifierAsString

string NAudio.Wave.RiffChunk.IdentifierAsString
get

The chunk identifier converted to a string.

◆ Length

int NAudio.Wave.RiffChunk.Length
getprivate set

The chunk length.

◆ 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: