Drop Radio Docs
    Preparing search index...

    Interface HLSStreamFormat

    Specifies format options for an individual HLS stream

    interface HLSStreamFormat {
        bitrate: string;
        name: string;
        sampleRate: string;
    }
    Index

    Properties

    bitrate: string

    The bitrate of the stream, in bits per second (e.g., 128k or 1.53M).

    name: string

    The name of the stream. Can be used in HLS stream segment and playlist file names.

    sampleRate: string

    The sample rate of the stream, in Hertz (e.g., 44100 or 44.1k).