Class VideoHandover.VideoHandoverCommand

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Byte>
com.highmobility.value.Bytes
com.highmobility.autoapi.Command
com.highmobility.autoapi.SetCommand
com.highmobility.autoapi.VideoHandover.VideoHandoverCommand
All Implemented Interfaces:
Iterable<Byte>, Collection<Byte>, List<Byte>
Enclosing class:
VideoHandover

public static class VideoHandover.VideoHandoverCommand extends SetCommand
Video handover command
  • Constructor Details

    • VideoHandoverCommand

      public VideoHandoverCommand(String url, @Nullable VideoHandover.Screen screen, @Nullable com.highmobility.autoapi.value.measurement.Duration startingTime)
      Video handover command
      Parameters:
      url - URL string
      screen - The screen
      startingTime - Start the video from the given time
  • Method Details

    • getUrl

      public Property<String> getUrl()
      Returns:
      The url
    • getScreen

      public Property<VideoHandover.Screen> getScreen()
      Returns:
      The screen
    • getStartingTime

      public Property<com.highmobility.autoapi.value.measurement.Duration> getStartingTime()
      Returns:
      The starting time