Click or drag to resize

AdaptiveCacheMediaPlayer8 Class

The "AdaptiveCache" module of the MediaPlayer8

The purpose of this component is to stream H.264 content without any interruptions due to network slow speed.

The "adaptive" part takes care of disk+ram caching & network speed predictions so after the initial waiting time,

the video will play without any re-buffering (given there is enough disk and/or ram available). No disk or ram resources

are used beyond those needed to achieve no interruptions.

Another feature of the "AdaptiveCache" module is fragmented caching: nothing is wasted; if you re-wind, the content is played

from disk(there is a limit for disk cache's size, of course)

Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          frame8.Logic.Media.MediaPlayerMediaPlayer8
            frame8.Logic.Media.MediaPlayerAdaptiveCacheMediaPlayer8

Namespace:  frame8.Logic.Media.MediaPlayer
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class AdaptiveCacheMediaPlayer8 : MediaPlayer8

The AdaptiveCacheMediaPlayer8 type exposes the following members.

Constructors
  NameDescription
Public methodAdaptiveCacheMediaPlayer8
Top
Properties
Methods
See Also