FileDocCategorySizeDatePackage
TvTrackInfo.javaAPI DocAndroid 5.1 API2393Sat Mar 14 14:09:38 GMT 2015android.media.tv

TvTrackInfo

public final class TvTrackInfo extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final int
TYPE_AUDIO
public static final int
TYPE_SUBTITLE
public static final int
TYPE_VIDEO
Constructors Summary
TvTrackInfo()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public final intgetAudioChannelCount()

 throw new RuntimeException("Stub!"); 
public final intgetAudioSampleRate()

 throw new RuntimeException("Stub!"); 
public final android.os.BundlegetExtra()

 throw new RuntimeException("Stub!"); 
public final java.lang.StringgetId()

 throw new RuntimeException("Stub!"); 
public final java.lang.StringgetLanguage()

 throw new RuntimeException("Stub!"); 
public final intgetType()

 throw new RuntimeException("Stub!"); 
public final floatgetVideoFrameRate()

 throw new RuntimeException("Stub!"); 
public final intgetVideoHeight()

 throw new RuntimeException("Stub!"); 
public final intgetVideoWidth()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");