@musallam/audio-video-client
    Preparing search index...

    Interface AvatarOutputObject

    Output configuration for avatar video generation.

    interface AvatarOutputObject {
        background?: AvatarOutputObjectBackground;
        mediaType: "video/mp4";
        resolution?: AvatarOutputObjectResolution;
    }
    Index

    Properties

    mediaType: "video/mp4"