Skip to content

Qbusiness  >  Structures  >  VideoSourceDetails

VideoSourceDetails

Structure Class

VideoSourceDetails dataclass

Details about a video source, including its identifier, format, and time information.

Attributes

end_time_milliseconds class-attribute instance-attribute
end_time_milliseconds: int | None = None

The ending timestamp in milliseconds for the relevant video segment.

media_id class-attribute instance-attribute
media_id: str | None = None

Unique identifier for the video media file.

media_mime_type class-attribute instance-attribute
media_mime_type: str | None = None

The MIME type of the video file (e.g., video/mp4, video/avi).

start_time_milliseconds class-attribute instance-attribute
start_time_milliseconds: int | None = None

The starting timestamp in milliseconds for the relevant video segment.

video_extraction_type class-attribute instance-attribute
video_extraction_type: VideoExtractionType | None = None

The type of video extraction performed on the content.