mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-07-04 12:47:01 +00:00
feat!: rework library (#27)
This commit is contained in:
29
docs/api/exports/utils/enumerations/EnabledTrackTypes.md
Normal file
29
docs/api/exports/utils/enumerations/EnabledTrackTypes.md
Normal 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)
|
||||
53
docs/api/exports/utils/enumerations/LogLevel.md
Normal file
53
docs/api/exports/utils/enumerations/LogLevel.md
Normal 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)
|
||||
Reference in New Issue
Block a user