@overwolf/ow-electron-packages-types 0.2.0-beta.4 → 0.2.1-beta.0
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/package.json +1 -1
- package/types.d.ts +15 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -1646,6 +1646,21 @@ interface IOverwolfRecordingApi {
|
|
|
1646
1646
|
*/
|
|
1647
1647
|
options: RecordingAppOptions;
|
|
1648
1648
|
|
|
1649
|
+
/**
|
|
1650
|
+
* Overlay package version
|
|
1651
|
+
*/
|
|
1652
|
+
readonly version: string;
|
|
1653
|
+
|
|
1654
|
+
/**
|
|
1655
|
+
* Path to ffmpeg executable
|
|
1656
|
+
*/
|
|
1657
|
+
readonly ffmpegPath: string;
|
|
1658
|
+
|
|
1659
|
+
/**
|
|
1660
|
+
* Path to bin folder
|
|
1661
|
+
*/
|
|
1662
|
+
readonly binFolderPath: string;
|
|
1663
|
+
|
|
1649
1664
|
/**
|
|
1650
1665
|
* Is recording or replays active
|
|
1651
1666
|
*/
|