Class HMCameraStreamState


  • public final class HMCameraStreamState
    extends java.lang.Object
    This enumeration describes the different states of a camera stream.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long NotStreaming
      No streaming is in progress.
      static long Starting
      Start stream request is in progress.
      static long Stopping
      Stop stream request is in progress.
      static long Streaming
      Streaming is in progress.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Starting

        public static final long Starting
        Start stream request is in progress.
        See Also:
        Constant Field Values
      • Streaming

        public static final long Streaming
        Streaming is in progress.
        See Also:
        Constant Field Values
      • Stopping

        public static final long Stopping
        Stop stream request is in progress.
        See Also:
        Constant Field Values
      • NotStreaming

        public static final long NotStreaming
        No streaming is in progress.
        See Also:
        Constant Field Values