interface YoutubeSubscriber {
    alertDuration: number;
    enable: number;
    endAnimation: string;
    font: string;
    fontColor: string;
    fontHighlightColor: string;
    fontSize: number;
    fontWeight: number;
    imageSource: ImageSource9;
    layout: number;
    messageTemplate: string;
    soundSource: SoundSource9;
    soundVolume: number;
    startAnimation: string;
    textAnimation: string;
}

Properties

alertDuration: number
enable: number
endAnimation: string
font: string
fontColor: string
fontHighlightColor: string
fontSize: number
fontWeight: number
imageSource: ImageSource9
layout: number
messageTemplate: string
soundSource: SoundSource9
soundVolume: number
startAnimation: string
textAnimation: string