All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.drive.model.File.VideoMediaMetadata.html Maven / Gradle / Ivy

There is a newer version: v3-rev20240903-2.0.0
Show newest version






File.VideoMediaMetadata (Drive API v2-rev20180830-1.26.0)












com.google.api.services.drive.model

Class File.VideoMediaMetadata

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>
    Enclosing class:
    File


    public static final class File.VideoMediaMetadata
    extends com.google.api.client.json.GenericJson
    Metadata about video media. This will only be present for video types.
    • Constructor Detail

      • VideoMediaMetadata

        public VideoMediaMetadata()
    • Method Detail

      • getDurationMillis

        public Long getDurationMillis()
        The duration of the video in milliseconds.
        Returns:
        value or null for none
      • setDurationMillis

        public File.VideoMediaMetadata setDurationMillis(Long durationMillis)
        The duration of the video in milliseconds.
        Parameters:
        durationMillis - durationMillis or null for none
      • getHeight

        public Integer getHeight()
        The height of the video in pixels.
        Returns:
        value or null for none
      • setHeight

        public File.VideoMediaMetadata setHeight(Integer height)
        The height of the video in pixels.
        Parameters:
        height - height or null for none
      • getWidth

        public Integer getWidth()
        The width of the video in pixels.
        Returns:
        value or null for none
      • clone

        public File.VideoMediaMetadata clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2018 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy