Interface ClosedCaptionFile

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public interface ClosedCaptionFile
     implements Parcelable
                        

    Represents a parsed <ClosedCaptionFile> element.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getType() the MIME type of the file provided.
      abstract String getLanguage() the Language of the Closed Caption File using ISO 631-1 codes.
      abstract String getUri() the uri to a file providing Closed Caption info for the media file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getType

         abstract String getType()

        the MIME type of the file provided.

      • getLanguage

         abstract String getLanguage()

        the Language of the Closed Caption File using ISO 631-1 codes. An optional locale suffix can also be provided.

        Example:- en, en-US, zh-TW.

      • getUri

         abstract String getUri()

        the uri to a file providing Closed Caption info for the media file.