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: dict[str, str] | None = None

Additional metadata for the media resource.

http_headersclass-attributeinstance-attribute​

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

HTTP headers to be used for the media resource.

resourceinstance-attribute​

resource: str

URI of the media resource.