# VideoSource - admin-graphql - OBJECT Version: 2024-10 ## Description Represents a source for a Shopify hosted video. Types of sources include the original video, lower resolution versions of the original video, and an m3u8 playlist file. Only [videos](https://shopify.dev/api/admin-graphql/latest/objects/video) with a status field of [READY](https://shopify.dev/api/admin-graphql/latest/enums/MediaStatus#value-ready) have sources. ### Access Scopes `read_products` access scope, `read_files` access scope, `read_themes` access scope, `read_orders` access scope, `read_draft_orders` access scope or `read_images` access scope. ## Fields * [fileSize](/docs/api/admin-graphql/2024-10/scalars/Int): Int - The video source's file size in bytes. * [format](/docs/api/admin-graphql/2024-10/scalars/String): String! - The video source's file format extension. * [height](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The video source's height. * [mimeType](/docs/api/admin-graphql/2024-10/scalars/String): String! - The video source's MIME type. * [url](/docs/api/admin-graphql/2024-10/scalars/String): String! - The video source's URL. * [width](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The video source's width. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples