chore(docs): Update API ref

This commit is contained in:
Luan
2025-07-24 10:04:20 -03:00
parent 19854137ca
commit fa4d4f7b11
135 changed files with 908 additions and 956 deletions

View File

@@ -2,7 +2,7 @@
# Enumeration: EnabledTrackTypes
Defined in: [src/utils/shared.ts:5](https://github.com/LuanRT/googlevideo/blob/5b84100979befab767d819a9606dde964d469341/src/utils/shared.ts#L5)
Defined in: [codeberg/googlevideo/src/utils/shared.ts:5](https://github.com/LuanRT/googlevideo/blob/19854137cadaf49fd755394883dfd7fe5fdaba20/src/utils/shared.ts#L5)
## Enumeration Members
@@ -10,7 +10,7 @@ Defined in: [src/utils/shared.ts:5](https://github.com/LuanRT/googlevideo/blob/5
> **AUDIO\_ONLY**: `1`
Defined in: [src/utils/shared.ts:7](https://github.com/LuanRT/googlevideo/blob/5b84100979befab767d819a9606dde964d469341/src/utils/shared.ts#L7)
Defined in: [codeberg/googlevideo/src/utils/shared.ts:7](https://github.com/LuanRT/googlevideo/blob/19854137cadaf49fd755394883dfd7fe5fdaba20/src/utils/shared.ts#L7)
***
@@ -18,7 +18,7 @@ Defined in: [src/utils/shared.ts:7](https://github.com/LuanRT/googlevideo/blob/5
> **VIDEO\_AND\_AUDIO**: `0`
Defined in: [src/utils/shared.ts:6](https://github.com/LuanRT/googlevideo/blob/5b84100979befab767d819a9606dde964d469341/src/utils/shared.ts#L6)
Defined in: [codeberg/googlevideo/src/utils/shared.ts:6](https://github.com/LuanRT/googlevideo/blob/19854137cadaf49fd755394883dfd7fe5fdaba20/src/utils/shared.ts#L6)
***
@@ -26,4 +26,4 @@ Defined in: [src/utils/shared.ts:6](https://github.com/LuanRT/googlevideo/blob/5
> **VIDEO\_ONLY**: `2`
Defined in: [src/utils/shared.ts:8](https://github.com/LuanRT/googlevideo/blob/5b84100979befab767d819a9606dde964d469341/src/utils/shared.ts#L8)
Defined in: [codeberg/googlevideo/src/utils/shared.ts:8](https://github.com/LuanRT/googlevideo/blob/19854137cadaf49fd755394883dfd7fe5fdaba20/src/utils/shared.ts#L8)

View File

@@ -2,7 +2,7 @@
# Enumeration: LogLevel
Defined in: [src/utils/Logger.ts:1](https://github.com/LuanRT/googlevideo/blob/5b84100979befab767d819a9606dde964d469341/src/utils/Logger.ts#L1)
Defined in: [codeberg/googlevideo/src/utils/Logger.ts:1](https://github.com/LuanRT/googlevideo/blob/19854137cadaf49fd755394883dfd7fe5fdaba20/src/utils/Logger.ts#L1)
## Enumeration Members
@@ -10,7 +10,7 @@ Defined in: [src/utils/Logger.ts:1](https://github.com/LuanRT/googlevideo/blob/5
> **ALL**: `99`
Defined in: [src/utils/Logger.ts:7](https://github.com/LuanRT/googlevideo/blob/5b84100979befab767d819a9606dde964d469341/src/utils/Logger.ts#L7)
Defined in: [codeberg/googlevideo/src/utils/Logger.ts:7](https://github.com/LuanRT/googlevideo/blob/19854137cadaf49fd755394883dfd7fe5fdaba20/src/utils/Logger.ts#L7)
***
@@ -18,7 +18,7 @@ Defined in: [src/utils/Logger.ts:7](https://github.com/LuanRT/googlevideo/blob/5
> **DEBUG**: `4`
Defined in: [src/utils/Logger.ts:6](https://github.com/LuanRT/googlevideo/blob/5b84100979befab767d819a9606dde964d469341/src/utils/Logger.ts#L6)
Defined in: [codeberg/googlevideo/src/utils/Logger.ts:6](https://github.com/LuanRT/googlevideo/blob/19854137cadaf49fd755394883dfd7fe5fdaba20/src/utils/Logger.ts#L6)
***
@@ -26,7 +26,7 @@ Defined in: [src/utils/Logger.ts:6](https://github.com/LuanRT/googlevideo/blob/5
> **ERROR**: `1`
Defined in: [src/utils/Logger.ts:3](https://github.com/LuanRT/googlevideo/blob/5b84100979befab767d819a9606dde964d469341/src/utils/Logger.ts#L3)
Defined in: [codeberg/googlevideo/src/utils/Logger.ts:3](https://github.com/LuanRT/googlevideo/blob/19854137cadaf49fd755394883dfd7fe5fdaba20/src/utils/Logger.ts#L3)
***
@@ -34,7 +34,7 @@ Defined in: [src/utils/Logger.ts:3](https://github.com/LuanRT/googlevideo/blob/5
> **INFO**: `3`
Defined in: [src/utils/Logger.ts:5](https://github.com/LuanRT/googlevideo/blob/5b84100979befab767d819a9606dde964d469341/src/utils/Logger.ts#L5)
Defined in: [codeberg/googlevideo/src/utils/Logger.ts:5](https://github.com/LuanRT/googlevideo/blob/19854137cadaf49fd755394883dfd7fe5fdaba20/src/utils/Logger.ts#L5)
***
@@ -42,7 +42,7 @@ Defined in: [src/utils/Logger.ts:5](https://github.com/LuanRT/googlevideo/blob/5
> **NONE**: `0`
Defined in: [src/utils/Logger.ts:2](https://github.com/LuanRT/googlevideo/blob/5b84100979befab767d819a9606dde964d469341/src/utils/Logger.ts#L2)
Defined in: [codeberg/googlevideo/src/utils/Logger.ts:2](https://github.com/LuanRT/googlevideo/blob/19854137cadaf49fd755394883dfd7fe5fdaba20/src/utils/Logger.ts#L2)
***
@@ -50,4 +50,4 @@ Defined in: [src/utils/Logger.ts:2](https://github.com/LuanRT/googlevideo/blob/5
> **WARN**: `2`
Defined in: [src/utils/Logger.ts:4](https://github.com/LuanRT/googlevideo/blob/5b84100979befab767d819a9606dde964d469341/src/utils/Logger.ts#L4)
Defined in: [codeberg/googlevideo/src/utils/Logger.ts:4](https://github.com/LuanRT/googlevideo/blob/19854137cadaf49fd755394883dfd7fe5fdaba20/src/utils/Logger.ts#L4)