Class VideoDeviceCapabilities

java.lang.Object
com.dsi.ant.plugins.antplus.pcc.controls.defines.VideoDeviceCapabilities

public class VideoDeviceCapabilities extends Object
Represents the capabilities of a video device
  • Field Details

    • videoPlaybackSupport

      public boolean videoPlaybackSupport
      Indicates whether video playback is supported
    • videoRecorderSupport

      public boolean videoRecorderSupport
      Indicates whether video recorder is supported
  • Constructor Details

    • VideoDeviceCapabilities

      public VideoDeviceCapabilities()
  • Method Details

    • readFromBundle

      public static VideoDeviceCapabilities readFromBundle(android.os.Bundle b)
      Creates an instance from the data saved in a bundle written by writeToBundle(Bundle).
      Parameters:
      b - The bundle that contains the data.
      Returns:
      A new VideoDeviceCapabilities object containing all the data from the bundle
    • writeToBundle

      public void writeToBundle(android.os.Bundle b)
      Writes all the data in this object out to a bundle in a format that can be read by readFromBundle(Bundle).
      Parameters:
      b - The bundle to write the data to.