Interface

Gvc-1.0GvcMixerUIDeviceConstructorProps

interface ConstructorProps {
    card: any;
    description: string;
    icon_name: string;
    iconName: string;
    origin: string;
    port_available: boolean;
    port_name: string;
    portAvailable: boolean;
    portName: string;
    stream_id: number;
    streamId: number;
    type: number;
}

Hierarchy (View Summary)

Index

Properties

card: any
description: string
icon_name: string
iconName: string
origin: string
port_available: boolean
port_name: string
portAvailable: boolean
portName: string
stream_id: number
streamId: number
type: number