Describes the RTSP component

Export

ComponentRTSP

interface ComponentRTSP {
    id: string;
    properties: ComponentPropertiesRTSP;
    tracks: Track[];
    type: string;
}

Properties

id: string

Assigned component ID

Memberof

ComponentRTSP

Memberof

ComponentRTSP

tracks: Track[]

List of all component's tracks

Memberof

ComponentRTSP

type: string

Component type

Memberof

ComponentRTSP