str-volume-adjuster
v1.2.0
Published
Allows adjusting the volume of our app natively
Maintainers
Readme
str-volume-adjuster
Allows adjusting the volume of our app natively
Install
To use npm
npm install str-volume-adjusterTo use yarn
yarn add str-volume-adjusterSync native files
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
adjust_volume(...)
adjust_volume(options: { value: number; full_adjust?: boolean; tizen?: any; }) => Promise<{ success: boolean; }>| Param | Type |
| ------------- | ------------------------------------------------------------------- |
| options | { value: number; full_adjust?: boolean; tizen?: any; } |
Returns: Promise<{ success: boolean; }>
set_mute(...)
set_mute(options: { muteState: boolean; tizen?: any; }) => Promise<{ success: boolean; }>| Param | Type |
| ------------- | ------------------------------------------------- |
| options | { muteState: boolean; tizen?: any; } |
Returns: Promise<{ success: boolean; }>
