Show / Hide Table of Contents

Class BextTag

BWF BEXT block tag structure.

Inheritance
Object
BextTag
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public class BextTag : object

Fields

Description

The description or title (Max 256 characters).

Declaration
public string Description
Field Value
String

OriginationDate

The date of creation (Max 10 characters).

Declaration
public string OriginationDate
Field Value
String

OriginationTime

The time of creation (max. 10 characters).

Declaration
public string OriginationTime
Field Value
String

Originator

The name of the originator or artist (Max 32 characters).

Declaration
public string Originator
Field Value
String

OriginatorReference

The reference of the originator or encoded by (Max 32 characters).

Declaration
public string OriginatorReference
Field Value
String

TimeReference

First sample count since midnight (little-endian).

Declaration
public long TimeReference
Field Value
Int64

UMID

The SMPTE UMID.

Declaration
public byte[] UMID
Field Value
Byte[]

Version

The BWF version (little-endian)

Declaration
public short Version
Field Value
Int16

Properties

CodingHistory

Coding history.

Declaration
public string CodingHistory { get; }
Property Value
String

OriginationDateTime

The Date and Time of creation.

Declaration
public DateTime OriginationDateTime { get; }
Property Value
DateTime

Methods

Read(Int32)

Reads the tag from a channel.

Declaration
public static BextTag Read(int Channel)
Parameters
Int32 Channel

The Channel to read the tag from.

Returns
BextTag

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx