@arcware-cloud/pixelstreaming-websdk
Version:
WebSDK for easy implementation of pixel streaming with Arcware Cloud Services. Heavily based on the '@epicgames-ps' library.
17 lines (16 loc) • 472 B
TypeScript
import { ArcwarePixelStreaming } from "../../ArcwarePixelStreaming";
export declare class StopButton {
private button;
private stream;
private stopIcon;
private playIcon;
private tooltipText;
private isStreaming;
constructor(stream: ArcwarePixelStreaming);
private createButton;
private createTooltipText;
private toggleStreaming;
private updateButtonIcon;
get element(): HTMLButtonElement;
private updateButtonState;
}