Show / Hide Table of Contents

Class CartTag

BWF CART block tag structure.

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

Fields

Artist

Artist or Creator name (Max 64 characters).

Declaration
public string Artist
Field Value
String

Category

Category ID (e.g. PSA, NEWS, etc | Max 64 characters).

Declaration
public string Category
Field Value
String

Classification

Classification or Auxiliary Key (Max 64 characters).

Declaration
public string Classification
Field Value
String

ClientID

Client Identification (Max 64 characters).

Declaration
public string ClientID
Field Value
String

CutID

Cut Number Identification (Max 64 characters).

Declaration
public string CutID
Field Value
String

dwLevelReference

Sample value for 0 dB reference.

Declaration
public int dwLevelReference
Field Value
Int32

OutCue

Out Cue Text (Max 64 characters).

Declaration
public string OutCue
Field Value
String

PostTimer

8 time markers after head.

Declaration
public CartTimer[] PostTimer
Field Value
CartTimer[]

ProducerAppID

Name of vendor or application (Max 64 characters).

Declaration
public string ProducerAppID
Field Value
String

ProducerAppVersion

Version of producer application (Max 64 characters).

Declaration
public string ProducerAppVersion
Field Value
String

Title

Title of cart audio sequence (Max 64 characters).

Declaration
public string Title
Field Value
String

URL

Uniform resource locator.

Declaration
public string URL
Field Value
String

UserDef

User defined text (Max 64 characters).

Declaration
public string UserDef
Field Value
String

Version

Version of the data structure.

Declaration
public string Version
Field Value
String

Properties

EndTime

End time.

Declaration
public DateTime EndTime { get; }
Property Value
DateTime

StartTime

Start time.

Declaration
public DateTime StartTime { get; }
Property Value
DateTime

TagText

Free form text for scripts or tags.

Declaration
public string TagText { get; }
Property Value
String

Methods

Read(Int32)

Read the tag from a Channel.

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

Returns
CartTag

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx