bandcamp-fetch/docs/api/interfaces/Show.md
2023-10-30 01:25:17 +08:00

159 lines
3.0 KiB
Markdown

[bandcamp-fetch](../README.md) / Show
# Interface: Show
## Table of contents
### Properties
- [description](Show.md#description)
- [duration](Show.md#duration)
- [imageCaption](Show.md#imagecaption)
- [imageUrl](Show.md#imageurl)
- [name](Show.md#name)
- [publishedDate](Show.md#publisheddate)
- [screenImageUrl](Show.md#screenimageurl)
- [shortDescription](Show.md#shortdescription)
- [streamUrl](Show.md#streamurl)
- [subtitle](Show.md#subtitle)
- [tracks](Show.md#tracks)
- [type](Show.md#type)
- [url](Show.md#url)
## Properties
### description
**description**: `string`
#### Defined in
[lib/types/Show.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Show.ts#L8)
___
### duration
`Optional` **duration**: `number`
#### Defined in
[lib/types/Show.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Show.ts#L10)
___
### imageCaption
**imageCaption**: `string`
#### Defined in
[lib/types/Show.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Show.ts#L16)
___
### imageUrl
`Optional` **imageUrl**: `string`
#### Defined in
[lib/types/Show.ts:18](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Show.ts#L18)
___
### name
**name**: `string`
#### Defined in
[lib/types/Show.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Show.ts#L5)
___
### publishedDate
**publishedDate**: `string`
#### Defined in
[lib/types/Show.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Show.ts#L7)
___
### screenImageUrl
**screenImageUrl**: `string`
#### Defined in
[lib/types/Show.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Show.ts#L19)
___
### shortDescription
`Optional` **shortDescription**: `string`
#### Defined in
[lib/types/Show.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Show.ts#L9)
___
### streamUrl
`Optional` **streamUrl**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
| `mp3-128?` | `string` |
| `opus-lo?` | `string` |
#### Defined in
[lib/types/Show.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Show.ts#L11)
___
### subtitle
**subtitle**: `string`
#### Defined in
[lib/types/Show.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Show.ts#L17)
___
### tracks
`Optional` **tracks**: `Omit`<[`Track`](Track.md), ``"type"``\>[]
#### Defined in
[lib/types/Show.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Show.ts#L15)
___
### type
**type**: ``"show"``
#### Defined in
[lib/types/Show.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Show.ts#L4)
___
### url
**url**: `string`
#### Defined in
[lib/types/Show.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Show.ts#L6)