encode method
Implementation
Object encode() {
return <Object?>[
playerId,
cacheTime,
maxAutoAdjustCacheTime,
minAutoAdjustCacheTime,
videoBlockThreshold,
connectRetryCount,
connectRetryInterval,
autoAdjustCacheTime,
enableAec,
enableMessage,
enableMetaData,
flvSessionKey,
];
}