exiftool-vendored
    Preparing search index...

    Interface RIFFTags

    interface RIFFTags {
        AudioCodec?: string;
        AudioSampleCount?: number;
        AvgBytesPerSec?: number;
        Encoding?: string;
        FrameCount?: number;
        MaxDataRate?: string;
        NumChannels?: number;
        SampleRate?: number;
        SampleSize?: string;
        StreamCount?: number;
        VideoCodec?: string;
        VideoFrameCount?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    AudioCodec?: string

    ☆☆☆☆ ✔ Example: ""

    AudioSampleCount?: number

    ☆☆☆☆ ✔ Example: 285154

    AvgBytesPerSec?: number

    ☆☆☆☆ ✔ Example: 11024

    Encoding?: string

    ☆☆☆☆ ✔ Example: "Microsoft PCM"

    FrameCount?: number

    ☆☆☆☆ ✔ Example: 388

    MaxDataRate?: string

    ☆☆☆☆ ✔ Example: "478.6 kB/s"

    NumChannels?: number

    ☆☆☆☆ ✔ Example: 1

    SampleRate?: number

    ☆☆☆☆ ✔ Example: 11024

    SampleSize?: string

    ☆☆☆☆ ✔ Example: "Variable"

    StreamCount?: number

    ☆☆☆☆ ✔ Example: 2

    VideoCodec?: string

    ☆☆☆☆ ✔ Example: "mjpg"

    VideoFrameCount?: number

    ☆☆☆☆ ✔ Example: 388