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

    Type Alias PlayingInfos

    PlayingInfos is a structure returned by IController.onPlaying event. It contains the current playing information, updated every second.

    type PlayingInfos = {
        begin: number;
        current: number;
        end: number;
        tracks: number[];
        type: string;
    }
    Index

    Properties

    begin: number
    current: number
    end: number
    tracks: number[]
    type: string