org.apache.myfaces.html5.holder
Interface MediaSourceHolder

All Known Implementing Classes:
AbstractAudio, AbstractMedia, AbstractVideo, Audio, Media, Video

public interface MediaSourceHolder

This interface defines the capability of holding MediaInfo objects.

Author:
Ali Ok

Method Summary
 void addMediaInfo(MediaInfo... mediaInfo)
          Add media info to media info array/collection.
 Set<MediaInfo> getMediaInfos()
          Returns the MediaInfo instances held by this component.
 

Method Detail

addMediaInfo

void addMediaInfo(MediaInfo... mediaInfo)
Add media info to media info array/collection.


getMediaInfos

Set<MediaInfo> getMediaInfos()
Returns the MediaInfo instances held by this component.

Returns:


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.