TeaSpeak-Client/imports/shared-app/ui/frames/video/Controller.d.ts

11 lines
314 B
TypeScript
Raw Normal View History

2021-02-20 12:55:36 -05:00
import { ConnectionHandler } from "tc-shared/ConnectionHandler";
export declare class ChannelVideoFrame {
private readonly handle;
private readonly events;
private container;
private controller;
constructor(handle: ConnectionHandler);
destroy(): void;
getContainer(): HTMLDivElement;
}