Mika Scraper / MediaTrack
Interface: MediaTrack
Defined in: src/instagram/instagram.ts:8
MediaTrack
represents a video or audio track extracted from a DASH manifest file. This interface encapsulates the essential properties of media tracks, facilitating media handling and processing.
Properties
url
url:
string
The URL of the media resource.
Defined in: src/instagram/instagram.ts:9
bandwidth
bandwidth:
number
The maximum bandwidth (in bits per second) required for the media track.
Defined in: src/instagram/instagram.ts:10
codecs
codecs:
string
The codec(s) used for encoding the media track, specified in a format that complies with standard codec representations.
Defined in: src/instagram/instagram.ts:11
mimeType
mimeType:
string
The MIME type of the media track, indicating the format and nature of the media content.
Defined in: src/instagram/instagram.ts:12
resolution?
optional
resolution:string
The resolution of the media track (e.g., โ1920x1080โ), if applicable.
Defined in: src/instagram/instagram.ts:13
qualityLabel?
optional
qualityLabel:string
A label denoting the quality of the media track (e.g., โ720pโ, โ1080pโ), if available.
Defined in: src/instagram/instagram.ts:14