MediaSFU Angular
    Preparing search index...

    Interface MiniCardAudioOptions

    interface MiniCardAudioOptions {
        customStyle?: Partial<CSSStyleDeclaration>;
        name?: string;
        showWaveform?: boolean;
        overlayPosition?: string;
        barColor?: string;
        textColor?: string;
        imageSource?: string;
        roundedImage?: boolean;
        imageStyle?: Partial<CSSStyleDeclaration>;
    }
    Index

    Properties

    customStyle?: Partial<CSSStyleDeclaration>
    name?: string
    showWaveform?: boolean
    overlayPosition?: string
    barColor?: string
    textColor?: string
    imageSource?: string
    roundedImage?: boolean
    imageStyle?: Partial<CSSStyleDeclaration>