@arcware-cloud/pixelstreaming-websdk
Version:
WebSDK for easy implementation of pixel streaming with Arcware Cloud Services. Heavily based on the '@epicgames-ps' library.
16 lines (15 loc) • 455 B
TypeScript
import { ArcwarePixelStreaming } from "../../ArcwarePixelStreaming";
export declare class AudioButton {
private button;
private stream;
private audioIcon;
private tooltipText;
constructor(stream: ArcwarePixelStreaming);
private setAudioMutedByDefault;
private createButton;
private createTooltipText;
private toggleAudio;
private updateAudioIcon;
get element(): HTMLButtonElement;
private onVolumeChange;
}