Class ChunkHeaderToken
Represents a chunk's header.
Inherited Members
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class ChunkHeaderToken : MidiToken
Properties
ChunkContentSize
Gets the size (in bytes) of a chunk's content.
Declaration
public uint ChunkContentSize { get; }
Property Value
Type | Description |
---|---|
uint |
ChunkId
Gets the ID of a chunk.
Declaration
public string ChunkId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |