Package com.naver.ads.video.vast.raw
Interface ClosedCaptionFile
-
- All Implemented Interfaces:
-
android.os.Parcelable
public interface ClosedCaptionFile implements Parcelable
Represents a parsed
<ClosedCaptionFile>element.
-
-
Method Summary
-
-
Method Detail
-
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.
-
-
-
-