@girs/farstream-0.1 0.1.0-3.2.6 → 0.1.0-3.2.7
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.
- package/README.md +1 -1
- package/farstream-0.1.d.cts +2 -2
- package/farstream-0.1.d.ts +2 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Farstream-0.1, generated from library version 0.1.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for Farstream-0.1, generated from library version 0.1.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/farstream-0.1.d.cts
CHANGED
|
@@ -123,10 +123,10 @@ export enum StreamDirection {
|
|
|
123
123
|
RECV,
|
|
124
124
|
BOTH,
|
|
125
125
|
}
|
|
126
|
-
export const CODEC_FORMAT: string
|
|
126
|
+
export const CODEC_FORMAT: string
|
|
127
127
|
export const CODEC_ID_ANY: number
|
|
128
128
|
export const CODEC_ID_DISABLE: number
|
|
129
|
-
export const RTP_HEADER_EXTENSION_FORMAT: string
|
|
129
|
+
export const RTP_HEADER_EXTENSION_FORMAT: string
|
|
130
130
|
/**
|
|
131
131
|
* Copies a GList of #FsCandidate and its contents
|
|
132
132
|
* @param candidate_list A GList of #FsCandidate
|
package/farstream-0.1.d.ts
CHANGED
|
@@ -125,10 +125,10 @@ enum StreamDirection {
|
|
|
125
125
|
RECV,
|
|
126
126
|
BOTH,
|
|
127
127
|
}
|
|
128
|
-
const CODEC_FORMAT: string
|
|
128
|
+
const CODEC_FORMAT: string
|
|
129
129
|
const CODEC_ID_ANY: number
|
|
130
130
|
const CODEC_ID_DISABLE: number
|
|
131
|
-
const RTP_HEADER_EXTENSION_FORMAT: string
|
|
131
|
+
const RTP_HEADER_EXTENSION_FORMAT: string
|
|
132
132
|
/**
|
|
133
133
|
* Copies a GList of #FsCandidate and its contents
|
|
134
134
|
* @param candidate_list A GList of #FsCandidate
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/farstream-0.1",
|
|
3
|
-
"version": "0.1.0-3.2.
|
|
3
|
+
"version": "0.1.0-3.2.7",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Farstream-0.1, generated from library version 0.1.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "farstream-0.1.js",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit farstream-0.1.d.cts"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@girs/gjs": "^3.2.
|
|
29
|
-
"@girs/glib-2.0": "^2.78.0-3.2.
|
|
30
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
31
|
-
"@girs/gobject-2.0": "^2.78.0-3.2.
|
|
32
|
-
"@girs/gst-0.10": "^0.10.29-3.2.
|
|
33
|
-
"@girs/libxml2-2.0": "^2.0.0-3.2.
|
|
28
|
+
"@girs/gjs": "^3.2.7",
|
|
29
|
+
"@girs/glib-2.0": "^2.78.0-3.2.7",
|
|
30
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.7",
|
|
31
|
+
"@girs/gobject-2.0": "^2.78.0-3.2.7",
|
|
32
|
+
"@girs/gst-0.10": "^0.10.29-3.2.7",
|
|
33
|
+
"@girs/libxml2-2.0": "^2.0.0-3.2.7"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"typescript": "*"
|