The org.osmf.net package provides supporting classes for video playback.
Classes
Class | Description | |
---|---|---|
ABRUtils | ABRUtils provides utility functions used in the Adaptive Bitrate components | |
DynamicStreamingItem | DynamicStreamingItem represents a single stream in a DynamicStreamingResource. | |
DynamicStreamingResource | DynamicStreamingResource encapsulates multiple representations of a piece of media, such that the player application can dynamically switch from one representation to another. | |
MulticastNetLoader | Extends NetLoader to provide loading support for multicast video playback using RTMFP protocol. | |
MulticastResource | MulticastResource is a StreamingURLResource which is capable of carrying multicast streaming information. | |
NetClient | The NetClient class provides support for handling callbacks dynamically from an RTMP server that is streaming to a MediaElement that works with NetStream under the hood (such as VideoElement). | |
NetConnectionFactory | The NetConnectionFactory class is used to generate connected NetConnection instances and to manage sharing of these instances. | |
NetConnectionFactoryBase | The NetConnectionFactoryBase is a base class for objects that need to create and connect a NetConnection. | |
NetLoader | The NetLoader class extends LoaderBase to provide loading support to the AudioElement and VideoElement classes. | |
NetStreamMetricsBase | The NetStreamMetricsBase class serves as a base class for a provider of run-time metrics to the NetStreamSwitchManager and its set of switching rules. | |
NetStreamSwitcher | Controller of the NetStream regarding switching. | |
NetStreamSwitchManager | NetStreamSwitchManager is a default implementation of NetStreamSwitchManagerBase. | |
NetStreamSwitchManagerBase | NetStreamSwitchManagerBase is a base class for classes that need to manage transitions between multi-bitrate (MBR) streams. | |
RuleSwitchManagerBase | SwitchManger manages the Adaptive Bitrate experience. It is responsible with putting all the required components together. | |
StreamingItem | The StreamingItem class represents a single media stream within a StreamingURLResource. | |
StreamingItemType | The StreamingItemType class is an enumeration of constant values that you can use to set the type property of the StreamingItem class. | |
StreamingURLResource | StreamingURLResource is a URLResource which is capable of being streamed. | |
StreamType | The StreamType class is an enumeration of constant values that you can use to set the streamType property of the StreamingURLResource class. | |
SwitchingRuleBase | SwitchingRuleBase is a base class for classes that define multi-bitrate (MBR) switching rules. |
Thu Dec 6 2018, 01:47 PM -08:00