Interface

Gvc-1.0GvcMixerEventRoleConstructorProps

interface ConstructorProps {
    application_id: string;
    applicationId: string;
    can_decibel: boolean;
    canDecibel: boolean;
    card_index: number | bigint;
    cardIndex: number | bigint;
    channel_map: Gvc.ChannelMap;
    channelMap: Gvc.ChannelMap;
    decibel: number;
    description: string;
    device: string;
    form_factor: string;
    formFactor: string;
    icon_name: string;
    iconName: string;
    id: number | bigint;
    index: number | bigint;
    is_event_stream: boolean;
    is_muted: boolean;
    is_virtual: boolean;
    isEventStream: boolean;
    isMuted: boolean;
    isVirtual: boolean;
    name: string;
    pa_context: any;
    paContext: any;
    port: string;
    state: Gvc.MixerStreamState;
    sysfs_path: string;
    sysfsPath: string;
    volume: number | bigint;
}

Hierarchy (View Summary)

Index

Properties

device: string

Properties - Inherited from Gvc.MixerStream.ConstructorProps

application_id: string
applicationId: string
can_decibel: boolean
canDecibel: boolean
card_index: number | bigint
cardIndex: number | bigint
channel_map: Gvc.ChannelMap
channelMap: Gvc.ChannelMap
decibel: number
description: string
form_factor: string
formFactor: string
icon_name: string
iconName: string
id: number | bigint
index: number | bigint
is_event_stream: boolean
is_muted: boolean
is_virtual: boolean
isEventStream: boolean
isMuted: boolean
isVirtual: boolean
name: string
pa_context: any
paContext: any
port: string
sysfs_path: string
sysfsPath: string
volume: number | bigint