Skip to main content

VideoMedia

Represents a media resource for video playback.

Properties

  • extras - Additional metadata for the media resource.
  • http_headers - HTTP headers to be used for the media resource.
  • resource - URI of the media resource.

Properties

extrasclass-attributeinstance-attribute

extras: Optional[dict[str, str]] = None

Additional metadata for the media resource.

http_headersclass-attributeinstance-attribute

http_headers: Optional[dict[str, str]] = None

HTTP headers to be used for the media resource.

resourceinstance-attribute

resource: str

URI of the media resource.