Searched refs:videoActiveFormatDescription (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/tv/
H A DTvTrackInfo.java73 float videoFrameRate, float videoPixelAspectRatio, byte videoActiveFormatDescription,
85 mVideoActiveFormatDescription = videoActiveFormatDescription;
466 * @param videoActiveFormatDescription The AFD code of the video.
469 public final Builder setVideoActiveFormatDescription(byte videoActiveFormatDescription) { argument
473 mVideoActiveFormatDescription = videoActiveFormatDescription;
71 TvTrackInfo(int type, String id, String language, CharSequence description, int audioChannelCount, int audioSampleRate, int videoWidth, int videoHeight, float videoFrameRate, float videoPixelAspectRatio, byte videoActiveFormatDescription, Bundle extra) argument

Completed in 281 milliseconds