com.ooyala.android.item.UnbundledVideo Class Reference

Represents video that is not tied to the Ooyala CMS e.g. More...

Inheritance diagram for com.ooyala.android.item.UnbundledVideo:
com.ooyala.android.item.OfflineVideo

Public Member Functions

 UnbundledVideo (Stream stream)
 Constructor. More...
 
 UnbundledVideo (Set< Stream > streams)
 Constructor. More...
 
 UnbundledVideo (String embedCode, Stream stream)
 Constructor. More...
 
 UnbundledVideo (String embedCode, Stream stream, ClosedCaptions closedCaptions)
 Constructor. More...
 
 UnbundledVideo (String embedCode, Set< Stream > streams, List< OoyalaManagedAdSpot > ads)
 Constructor. More...
 
 UnbundledVideo (String embedCode, Set< Stream > streams, List< OoyalaManagedAdSpot > ads, ClosedCaptions closedCaptions)
 Constructor. More...
 
Set< StreamgetStreams ()
 
List< OoyalaManagedAdSpotgetAds ()
 
ClosedCaptions getClosedCaptions ()
 
String getEmbedCode ()
 

Detailed Description

Represents video that is not tied to the Ooyala CMS e.g.

a URL instead of an embed_code.

Constructor & Destructor Documentation

com.ooyala.android.item.UnbundledVideo.UnbundledVideo ( Stream  stream)

Constructor.

Parameters
streamMust be non-null.
com.ooyala.android.item.UnbundledVideo.UnbundledVideo ( Set< Stream streams)

Constructor.

Parameters
streamsMust be non-null.
com.ooyala.android.item.UnbundledVideo.UnbundledVideo ( String  embedCode,
Stream  stream 
)

Constructor.

Parameters
embedCodeThe current item embed code.
streamMust be non-null.
com.ooyala.android.item.UnbundledVideo.UnbundledVideo ( String  embedCode,
Stream  stream,
ClosedCaptions  closedCaptions 
)

Constructor.

Parameters
embedCodeThe current item embed code.
streamMust be non-null.
closedCaptionsThe list of closed captions.
com.ooyala.android.item.UnbundledVideo.UnbundledVideo ( String  embedCode,
Set< Stream streams,
List< OoyalaManagedAdSpot ads 
)

Constructor.

Parameters
embedCodeThe current item embed code.
streamsMust be non-null.
adsMust be non-null.
com.ooyala.android.item.UnbundledVideo.UnbundledVideo ( String  embedCode,
Set< Stream streams,
List< OoyalaManagedAdSpot ads,
ClosedCaptions  closedCaptions 
)

Constructor.

Parameters
embedCodeThe current item embed code.
streamsMust be non-null.
adsMust be non-null.
closedCaptionsThe list of closed captions.

Member Function Documentation

List<OoyalaManagedAdSpot> com.ooyala.android.item.UnbundledVideo.getAds ( )
ClosedCaptions com.ooyala.android.item.UnbundledVideo.getClosedCaptions ( )
String com.ooyala.android.item.UnbundledVideo.getEmbedCode ( )
Set<Stream> com.ooyala.android.item.UnbundledVideo.getStreams ( )