Table of Contents

Class KeyFrameRequestEvent

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

Constructors

KeyFrameRequestEvent()

public KeyFrameRequestEvent()

KeyFrameRequestEvent(string, string)

public KeyFrameRequestEvent(string type, string rid = null)

Parameters

type string
rid string

Properties

Rid

[Value("rid")]
public string? Rid { get; }

Property Value

string