API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.widget.VideoView

Removed Constructors
android.widget(Context, AttributeSet, Map)  
android.widget(Context, AttributeSet, Map, int)  
 

Added Constructors
VideoView(Context, AttributeSet)  
VideoView(Context, AttributeSet, int)  
 

Removed Methods
boolean setFrame(int, int, int, int)  
void setMaxHeight(int) An optional argument to supply a maximum height for this view.
void setMaxWidth(int) An optional argument to supply a maximum width for this view.
 

Added Methods
void setOnErrorListener(OnErrorListener) Register a callback to be invoked when an error occurs during playback or setup.
void setOnPreparedListener(OnPreparedListener) Register a callback to be invoked when the media file is loaded and ready to go.
 

Changed Methods
int resolveAdjustedSize(int, int) Change in signature from (int, int, int) to (int, int).
 
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff