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

target.apidocs.com.google.api.services.youtube.model.InvideoTiming.html Maven / Gradle / Ivy

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






InvideoTiming (YouTube Data API v3 v3-rev20240417-2.0.0)












com.google.api.services.youtube.model

Class InvideoTiming

    • Constructor Detail

      • InvideoTiming

        public InvideoTiming()
    • Method Detail

      • getDurationMs

        public BigInteger getDurationMs()
        Defines the duration in milliseconds for which the promotion should be displayed. If missing, the client should use the default.
        Returns:
        value or null for none
      • setDurationMs

        public InvideoTiming setDurationMs(BigInteger durationMs)
        Defines the duration in milliseconds for which the promotion should be displayed. If missing, the client should use the default.
        Parameters:
        durationMs - durationMs or null for none
      • getOffsetMs

        public BigInteger getOffsetMs()
        Defines the time at which the promotion will appear. Depending on the value of type the value of the offsetMs field will represent a time offset from the start or from the end of the video, expressed in milliseconds.
        Returns:
        value or null for none
      • setOffsetMs

        public InvideoTiming setOffsetMs(BigInteger offsetMs)
        Defines the time at which the promotion will appear. Depending on the value of type the value of the offsetMs field will represent a time offset from the start or from the end of the video, expressed in milliseconds.
        Parameters:
        offsetMs - offsetMs or null for none
      • getType

        public String getType()
        Describes a timing type. If the value is offsetFromStart, then the offsetMs field represents an offset from the start of the video. If the value is offsetFromEnd, then the offsetMs field represents an offset from the end of the video.
        Returns:
        value or null for none
      • setType

        public InvideoTiming setType(String type)
        Describes a timing type. If the value is offsetFromStart, then the offsetMs field represents an offset from the start of the video. If the value is offsetFromEnd, then the offsetMs field represents an offset from the end of the video.
        Parameters:
        type - type or null for none
      • set

        public InvideoTiming set(String fieldName,
                                 Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

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

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy