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