mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +02:00
10 lines
152 B
TypeScript
10 lines
152 B
TypeScript
export enum StreamPlayerType {
|
|
VIDEO = 'default',
|
|
WEBGL2 = 'webgl2',
|
|
}
|
|
|
|
export enum StreamVideoProcessing {
|
|
USM = 'usm',
|
|
CAS = 'cas',
|
|
}
|