ProductionMediaUrlOptions
此内容尚不支持你的语言。
Defined in: packages/sdk/src/production-media-provider.ts:49
Extends
Section titled “Extends”Properties
Section titled “Properties”contentHash?
Section titled “contentHash?”
readonlyoptionalcontentHash:string
Defined in: packages/sdk/src/production-media-provider.ts:42
Optional lowercase SHA-256. Enables content-addressed persistent SampleIndex reuse.
Inherited from
Section titled “Inherited from”ProductionMediaRepresentationOptions.contentHash
durationUs?
Section titled “durationUs?”
readonlyoptionaldurationUs:number
Defined in: packages/sdk/src/production-media-provider.ts:38
Inherited from
Section titled “Inherited from”ProductionMediaRepresentationOptions.durationUs
fetch()?
Section titled “fetch()?”
readonlyoptionalfetch: {(input,init?):Promise<Response>; (input,init?):Promise<Response>; }
Defined in: packages/media/dist/range-reader.d.ts:20
Call Signature
Section titled “Call Signature”(
input,init?):Promise<Response>
Parameters
Section titled “Parameters”URL | RequestInfo
RequestInit
Returns
Section titled “Returns”Promise<Response>
Call Signature
Section titled “Call Signature”(
input,init?):Promise<Response>
Parameters
Section titled “Parameters”string | URL | Request
RequestInit
Returns
Section titled “Returns”Promise<Response>
Inherited from
Section titled “Inherited from”headers?
Section titled “headers?”
readonlyoptionalheaders:Readonly<Record<string,string>>
Defined in: packages/media/dist/range-reader.d.ts:19
Inherited from
Section titled “Inherited from”FetchRangeReaderOptions.headers
height?
Section titled “height?”
readonlyoptionalheight:number
Defined in: packages/sdk/src/production-media-provider.ts:40
Inherited from
Section titled “Inherited from”ProductionMediaRepresentationOptions.height
readonlyoptionalid:string
Defined in: packages/sdk/src/production-media-provider.ts:36
Stable representation id. Defaults to ${assetId}:${role}.
Inherited from
Section titled “Inherited from”ProductionMediaRepresentationOptions.id
readonlyoptionalkind:"media"|"image"
Defined in: packages/sdk/src/production-media-provider.ts:45
Explicitly marks a range-backed representation as a still image.
Inherited from
Section titled “Inherited from”ProductionMediaRepresentationOptions.kind
maxRetries?
Section titled “maxRetries?”
readonlyoptionalmaxRetries:number
Defined in: packages/media/dist/range-reader.d.ts:22
Transient network/408/429/5xx retries after the first attempt. Defaults to 2.
Inherited from
Section titled “Inherited from”FetchRangeReaderOptions.maxRetries
mimeType?
Section titled “mimeType?”
readonlyoptionalmimeType:string
Defined in: packages/sdk/src/production-media-provider.ts:46
Inherited from
Section titled “Inherited from”ProductionMediaRepresentationOptions.mimeType
retryDelayMs?
Section titled “retryDelayMs?”
readonlyoptionalretryDelayMs:number
Defined in: packages/media/dist/range-reader.d.ts:24
Base delay for bounded exponential backoff. Defaults to 100 ms.
Inherited from
Section titled “Inherited from”FetchRangeReaderOptions.retryDelayMs
readonlyoptionalrole:ProductionMediaRole
Defined in: packages/sdk/src/production-media-provider.ts:37
Inherited from
Section titled “Inherited from”ProductionMediaRepresentationOptions.role
sourceStartUs?
Section titled “sourceStartUs?”
readonlyoptionalsourceStartUs:number
Defined in: packages/sdk/src/production-media-provider.ts:43
Inherited from
Section titled “Inherited from”ProductionMediaRepresentationOptions.sourceStartUs
width?
Section titled “width?”
readonlyoptionalwidth:number
Defined in: packages/sdk/src/production-media-provider.ts:39