mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 09:39:58 +00:00
Add stubbed cast.framework API implementation
This commit is contained in:
12
ext/src/shim/framework/classes/VolumeEventData.ts
Normal file
12
ext/src/shim/framework/classes/VolumeEventData.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
|
||||
import { SessionEventType } from "../enums";
|
||||
|
||||
|
||||
export default class ApplicationStatusEventData {
|
||||
public type = SessionEventType.VOLUME_CHANGED;
|
||||
|
||||
constructor (
|
||||
public volume: number
|
||||
, public isMute: boolean) {}
|
||||
}
|
||||
Reference in New Issue
Block a user