FTXVodPlayConfigPlayerMsg constructor
FTXVodPlayConfigPlayerMsg({
- int? playerId,
- int? connectRetryCount,
- int? connectRetryInterval,
- int? timeout,
- int? playerType,
- Map<
String?, String?> ? headers, - bool? enableAccurateSeek,
- bool? autoRotate,
- bool? smoothSwitchBitrate,
- String? cacheMp4ExtName,
- int? progressInterval,
- double? maxBufferSize,
- double? maxPreloadSize,
- int? firstStartPlayBufferTime,
- int? nextStartPlayBufferTime,
- String? overlayKey,
- String? overlayIv,
- Map<
String?, Object?> ? extInfoMap, - bool? enableRenderProcess,
- int? preferredResolution,
- int? mediaType,
- int? encryptedMp4Level,
- String? preferAudioTrack,
Implementation
FTXVodPlayConfigPlayerMsg({
this.playerId,
this.connectRetryCount,
this.connectRetryInterval,
this.timeout,
this.playerType,
this.headers,
this.enableAccurateSeek,
this.autoRotate,
this.smoothSwitchBitrate,
this.cacheMp4ExtName,
this.progressInterval,
this.maxBufferSize,
this.maxPreloadSize,
this.firstStartPlayBufferTime,
this.nextStartPlayBufferTime,
this.overlayKey,
this.overlayIv,
this.extInfoMap,
this.enableRenderProcess,
this.preferredResolution,
this.mediaType,
this.encryptedMp4Level,
this.preferAudioTrack,
});