Interface MediaContainerConfiguration

interface MediaContainerConfiguration {
    fragmentLength: number;
    type: FRAGMENTED_MP4;
}

Properties

Properties

fragmentLength: number

The length in milliseconds of every individual recording fragment. A typical value of HomeKit Secure Video cameras is 4000ms.

The type of media container.