Table of Contents

Class BextChunkInfo

Namespace
NAudio.Wave
Assembly
NAudio.Core.dll
public class BextChunkInfo
Inheritance
BextChunkInfo
Inherited Members

Constructors

BextChunkInfo()

Constructs a new BextChunkInfo

public BextChunkInfo()

Properties

CodingHistory

Coding history arbitrary length string at end of structure http://www.ebu.ch/CMSimages/fr/tec_text_r98-1999_tcm7-4709.pdf A=PCM,F=48000,W=16,M=stereo,T=original,CR/LF

public string CodingHistory { get; set; }

Property Value

string

Description

Description (max 256 chars)

public string Description { get; set; }

Property Value

string

OriginationDate

Origination Date as string

public string OriginationDate { get; }

Property Value

string

OriginationDateTime

Originator Date Time

public DateTime OriginationDateTime { get; set; }

Property Value

DateTime

OriginationTime

Origination as time

public string OriginationTime { get; }

Property Value

string

Originator

Originator (max 32 chars)

public string Originator { get; set; }

Property Value

string

OriginatorReference

Originator Reference (max 32 chars)

public string OriginatorReference { get; set; }

Property Value

string

Reserved

for version 2 = 180 bytes (10 before are loudness values), using version 1 = 190 bytes

public byte[] Reserved { get; }

Property Value

byte[]

TimeReference

Time reference (first sample count since midnight)

public long TimeReference { get; set; }

Property Value

long

UniqueMaterialIdentifier

public string UniqueMaterialIdentifier { get; set; }

Property Value

string

Version

version 2 has loudness stuff which we don't know so using version 1

public ushort Version { get; }

Property Value

ushort