Table of Contents

Class DataCue

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[Value("DataCue")]
public class DataCue : TextTrackCue
Inheritance
DataCue
Inherited Members

Constructors

DataCue()

public DataCue()

DataCue(Number, double, dynamic, string)

public DataCue(Number startTime, double endTime, dynamic value, string type = null)

Parameters

startTime Number
endTime double
value dynamic
type string

Properties

Type

[Value("type")]
public string Type { get; }

Property Value

string

Value

[Value("value")]
public dynamic Value { get; set; }

Property Value

dynamic