Interface

GstAudio-1.0GstAudioStreamVolumeConstructorProps

interface ConstructorProps {
    mute: boolean;
    volume: number;
}

Hierarchy (View Summary)

Index

Properties

Properties

mute: boolean
volume: number