Class On_Video


  • public class On_Video
    extends ch.brix.gql.client.TypeBuilder
    • Constructor Detail

      • On_Video

        public On_Video()
    • Method Detail

      • createdAt

        public On_Video createdAt()
        `DateTime` of the `Asset` creation.
      • modifier

        public On_Video modifier​(Video_modifier callBuilder)
        The `User` who last modified the `Asset`.
      • modifiedAt

        public On_Video modifiedAt()
        `DateTime` of the `Asset` last modification.
      • title

        public On_Video title()
        Title of the `Asset`.
      • description

        public On_Video description()
        Description of the `Asset`.
      • externalId

        public On_Video externalId()
        External Id of the `Asset`.
      • tags

        public On_Video tags​(Video_tags callBuilder)
        List of `Tag` items linked to `Asset`
      • metadataValues

        @Deprecated
        public On_Video metadataValues​(Video_metadataValues callBuilder)
        Deprecated.
        **DEPRECATED** `MetadataValue` items linked to `Asset`. This field will be removed. Use `customMetadata` instead. | Date: 2025-01-01T00:00:00.000+00:00 This field will be removed. Use `customMetadata` instead. | Date: 2025-01-01T00:00:00.000+00:00
      • expiresAt

        public On_Video expiresAt()
        `Asset` expiry date.
      • author

        public On_Video author()
        Represents the Author of the `Asset`. Example: Photographer Name.
      • status

        public On_Video status()
        Represents the conversion status of the `Asset`. Example: FINISHED.
      • relatedAssets

        public On_Video relatedAssets​(Video_relatedAssets callBuilder)
        Paginated list of `Asset` items related to `Asset`.
      • comments

        public On_Video comments​(Video_comments callBuilder)
        Paginated list of `AssetComment` items for `Asset`.
      • customMetadata

        public On_Video customMetadata​(Video_customMetadata callBuilder)
        List of `CustomMetadataProperty` items and values associated to `Asset`.
      • workflowTask

        public On_Video workflowTask​(Video_workflowTask callBuilder)
        **BETA** The `WorkflowTask` this `Asset` is linked to.
      • filename

        public On_Video filename()
        Original filename of the `Asset` `File`.
      • size

        public On_Video size()
        Size of the `Asset` `File` in bytes.
      • extension

        public On_Video extension()
        Extension of the `Asset` `File`.
      • previewUrl

        public On_Video previewUrl​(Video_previewUrl callBuilder)
        Preview `Url` of converted `Video` in mp4 format.
      • downloadUrl

        public On_Video downloadUrl​(Video_downloadUrl callBuilder)
        Signed `Url` to download the original `Video` type file.
      • width

        public On_Video width()
        `Video` width in pixels.
      • height

        public On_Video height()
        `Video` height in pixels.
      • duration

        public On_Video duration()
        `Video` duration in seconds.
      • bitrate

        public On_Video bitrate()
        `Video` bitrate in bits per second.