cmd-control-client-lib 3.0.358 → 3.0.359

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,15 +2,45 @@
2
2
  * @see CMDP_SSTATUS
3
3
  */
4
4
  export declare enum EnumStreamStatusType {
5
+ /**
6
+ * @deprecated/obsolete
7
+ */
5
8
  AUDIO_DEVICE_ERROR = "AUDIO_DEVICE_ERROR",
9
+ /**
10
+ * @deprecated/obsolete
11
+ */
6
12
  AUDIO_DEVICE_FROZEN = "AUDIO_DEVICE_FROZEN",
13
+ /**
14
+ * @deprecated/ obsolete, ignored
15
+ */
7
16
  AUDIO_DEVICE_MUTED = "AUDIO_DEVICE_MUTED",
17
+ /**
18
+ * @deprecated/ obsolete, ignored
19
+ */
8
20
  AUDIO_DEVICE_UNMUTED = "AUDIO_DEVICE_UNMUTED",
21
+ /**
22
+ * @deprecated/ obsolete
23
+ */
9
24
  BITRATE = "BITRATE",
25
+ /**
26
+ * @deprecated/ obsolete
27
+ */
10
28
  CPU_OVERLOAD = "CPU_OVERLOAD",
29
+ /**
30
+ * @deprecated/ obsolete
31
+ */
11
32
  DROPPED_AUDIO_FRAMES = "DROPPED_AUDIO_FRAMES",
33
+ /**
34
+ * @deprecated/ obsolete
35
+ */
12
36
  DROPPED_VIDEO_FRAMES = "DROPPED_VIDEO_FRAMES",
37
+ /**
38
+ * @deprecated/ obsolete
39
+ */
13
40
  VIDEO_DEVICE_ERROR = "VIDEO_DEVICE_ERROR",
41
+ /**
42
+ * @deprecated/ obsolete
43
+ */
14
44
  VIDEO_DEVICE_FROZEN = "VIDEO_DEVICE_FROZEN",
15
45
  PROXY_STREAM_INFO = "PROXY_STREAM_INFO",
16
46
  PROXY_STATE_INFO = "PROXY_STATE_INFO",
@@ -2,7 +2,9 @@ import { Logger } from "./logger";
2
2
  import * as cmdcontrol from "./cmd-protocol";
3
3
  import { ReconnectionError } from "./@types";
4
4
  export declare enum EnumInitDataFormat {
5
- /** deprecated*/
5
+ /**
6
+ * @deprecated/ obsolete
7
+ */
6
8
  LIVE = "live",
7
9
  /** new translations */
8
10
  LIVE2 = "live2",