# Type Alias: PixiVNJsonSoundPauseResume (/jsdoc/pixi-vn-json/index/type-aliases/PixiVNJsonSoundPauseResume)



\> **PixiVNJsonSoundPauseResume** = \{ `alias`: `string`; `operationType`: `"pause"` | `"resume"`; `type`: `"sound"` | `"channel"`; } | \{ `operationType`: `"pause"` | `"resume"` | `"stop"`; `type`: `"all"`; }

Defined in: [src/schema/PixiVNJsonSound.ts:40](https://github.com/DRincs-Productions/pixi-vn-json/blob/f2528001a05fe854a897e0c1d03c7e311fe08af2/src/schema/PixiVNJsonSound.ts#L40)

Pauses or resumes a sound, a channel, or all audio.

## Union Members [#union-members]

### Type Literal [#type-literal]

\{ `alias`: `string`; `operationType`: `"pause"` | `"resume"`; `type`: `"sound"` | `"channel"`; }

#### alias [#alias]

\> **alias**: `string`

Alias of the sound or channel to pause/resume.

#### operationType [#operationtype]

\> **operationType**: `"pause"` | `"resume"`

#### type [#type]

\> **type**: `"sound"` | `"channel"`

***

### Type Literal [#type-literal-1]

\{ `operationType`: `"pause"` | `"resume"` | `"stop"`; `type`: `"all"`; }
