OneSDK
    Preparing search index...

    Interface SoundConfig

    interface SoundConfig {
        channelPointSoundEnabled: boolean;
        channelPointSoundFile: string;
        channelPointSoundVolume: number;
        deviceId: string;
        enabled: boolean;
        excludeLowestPriceGift: boolean;
        excludeUser: string;
        file: string;
        firstTimeCommentSoundEnabled: boolean;
        firstTimeCommentSoundFile: string;
        firstTimeCommentSoundVolume: number;
        giftSoundEnabled: boolean;
        giftSoundFile: string;
        giftSoundVolume: number;
        newCommentSoundEnabled: boolean;
        newCommentSoundFile: string;
        newCommentSoundVolume: number;
        volume: number;
    }
    Index

    Properties

    channelPointSoundEnabled: boolean
    channelPointSoundFile: string
    channelPointSoundVolume: number
    deviceId: string
    enabled: boolean
    excludeLowestPriceGift: boolean
    excludeUser: string
    file: string
    firstTimeCommentSoundEnabled: boolean
    firstTimeCommentSoundFile: string
    firstTimeCommentSoundVolume: number
    giftSoundEnabled: boolean
    giftSoundFile: string
    giftSoundVolume: number
    newCommentSoundEnabled: boolean
    newCommentSoundFile: string
    newCommentSoundVolume: number
    volume: number