Interface PlayerGetAudioDelayResponse

interface PlayerGetAudioDelayResponse {
    offset: number;
}

Properties

Properties

offset: number