Octra libraries - v2.0.0
    Preparing search index...

    Interface AudioFileInfoSerialized

    interface AudioFileInfoSerialized {
        attributes?: any;
        audioBufferInfo?: { sampleRate: number; samples: number };
        bitsPerSecond: number;
        channels: number;
        content?: string;
        duration: number;
        fullname: string;
        hash?: string;
        online?: boolean;
        sampleRate: number;
        size: number;
        type: string;
        url?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes?: any
    audioBufferInfo?: { sampleRate: number; samples: number }
    bitsPerSecond: number
    channels: number
    content?: string
    duration: number
    fullname: string
    hash?: string
    online?: boolean
    sampleRate: number
    size: number
    type: string
    url?: string