@ceeblue/webrtc-client
    Preparing search index...

    Type Alias MSource

    Media Source representation

    type MSource = {
        hrn: string;
        priority: number;
        relurl: string;
        simul_tracks: number;
        total_matches: number;
        type: string;
        url: string;
    }
    Index

    Properties

    hrn: string
    priority: number
    relurl: string
    simul_tracks: number
    total_matches: number
    type: string
    url: string