@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface V1FormatId

    v1 format_id ({ agent_url, id }). Same shape in 3.0 and 3.1.

    interface V1FormatId {
        agent_url: string;
        id: string;
        width?: number;
        height?: number;
        duration_ms?: number;
    }
    Index

    Properties

    agent_url: string
    id: string
    width?: number
    height?: number
    duration_ms?: number