feat!: rework library (#27)

This commit is contained in:
Luan
2025-07-22 15:02:10 -03:00
committed by GitHub
parent 059b7a8a26
commit a744d6af0a
254 changed files with 16631 additions and 1586 deletions

View File

@@ -0,0 +1,29 @@
[googlevideo](../../../README.md) / [exports/utils](../README.md) / EnabledTrackTypes
# Enumeration: EnabledTrackTypes
Defined in: [src/utils/shared.ts:5](https://github.com/LuanRT/googlevideo/blob/cc730b4dbadc5ae882d6aa28d716e442943577fa/src/utils/shared.ts#L5)
## Enumeration Members
### AUDIO\_ONLY
> **AUDIO\_ONLY**: `1`
Defined in: [src/utils/shared.ts:7](https://github.com/LuanRT/googlevideo/blob/cc730b4dbadc5ae882d6aa28d716e442943577fa/src/utils/shared.ts#L7)
***
### VIDEO\_AND\_AUDIO
> **VIDEO\_AND\_AUDIO**: `0`
Defined in: [src/utils/shared.ts:6](https://github.com/LuanRT/googlevideo/blob/cc730b4dbadc5ae882d6aa28d716e442943577fa/src/utils/shared.ts#L6)
***
### VIDEO\_ONLY
> **VIDEO\_ONLY**: `2`
Defined in: [src/utils/shared.ts:8](https://github.com/LuanRT/googlevideo/blob/cc730b4dbadc5ae882d6aa28d716e442943577fa/src/utils/shared.ts#L8)

View File

@@ -0,0 +1,53 @@
[googlevideo](../../../README.md) / [exports/utils](../README.md) / LogLevel
# Enumeration: LogLevel
Defined in: [src/utils/Logger.ts:1](https://github.com/LuanRT/googlevideo/blob/cc730b4dbadc5ae882d6aa28d716e442943577fa/src/utils/Logger.ts#L1)
## Enumeration Members
### ALL
> **ALL**: `99`
Defined in: [src/utils/Logger.ts:7](https://github.com/LuanRT/googlevideo/blob/cc730b4dbadc5ae882d6aa28d716e442943577fa/src/utils/Logger.ts#L7)
***
### DEBUG
> **DEBUG**: `4`
Defined in: [src/utils/Logger.ts:6](https://github.com/LuanRT/googlevideo/blob/cc730b4dbadc5ae882d6aa28d716e442943577fa/src/utils/Logger.ts#L6)
***
### ERROR
> **ERROR**: `1`
Defined in: [src/utils/Logger.ts:3](https://github.com/LuanRT/googlevideo/blob/cc730b4dbadc5ae882d6aa28d716e442943577fa/src/utils/Logger.ts#L3)
***
### INFO
> **INFO**: `3`
Defined in: [src/utils/Logger.ts:5](https://github.com/LuanRT/googlevideo/blob/cc730b4dbadc5ae882d6aa28d716e442943577fa/src/utils/Logger.ts#L5)
***
### NONE
> **NONE**: `0`
Defined in: [src/utils/Logger.ts:2](https://github.com/LuanRT/googlevideo/blob/cc730b4dbadc5ae882d6aa28d716e442943577fa/src/utils/Logger.ts#L2)
***
### WARN
> **WARN**: `2`
Defined in: [src/utils/Logger.ts:4](https://github.com/LuanRT/googlevideo/blob/cc730b4dbadc5ae882d6aa28d716e442943577fa/src/utils/Logger.ts#L4)