36 lines
858 B
JavaScript
Executable File
36 lines
858 B
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function ChangeVolume(arg1) {
|
|
return window['go']['player']['Player']['ChangeVolume'](arg1);
|
|
}
|
|
|
|
export function Init(arg1) {
|
|
return window['go']['player']['Player']['Init'](arg1);
|
|
}
|
|
|
|
export function LoadFile(arg1) {
|
|
return window['go']['player']['Player']['LoadFile'](arg1);
|
|
}
|
|
|
|
export function MuteToggle() {
|
|
return window['go']['player']['Player']['MuteToggle']();
|
|
}
|
|
|
|
export function Pause() {
|
|
return window['go']['player']['Player']['Pause']();
|
|
}
|
|
|
|
export function Play() {
|
|
return window['go']['player']['Player']['Play']();
|
|
}
|
|
|
|
export function Resume() {
|
|
return window['go']['player']['Player']['Resume']();
|
|
}
|
|
|
|
export function SetVolume(arg1) {
|
|
return window['go']['player']['Player']['SetVolume'](arg1);
|
|
}
|