Interface MiniAudioOptions

interface MiniAudioOptions {
    visible?: boolean;
    customStyle?: any;
    name?: string;
    showWaveform?: boolean;
    overlayPosition?: string;
    barColor?: string;
    textColor?: string;
    nameTextStyling?: any;
    imageSource?: string;
    roundedImage?: boolean;
    imageStyle?: any;
}

Properties

visible?: boolean
customStyle?: any
name?: string
showWaveform?: boolean
overlayPosition?: string
barColor?: string
textColor?: string
nameTextStyling?: any
imageSource?: string
roundedImage?: boolean
imageStyle?: any