Video (비디오) - VideoView
CODEDRAGON ㆍDevelopment/Android
반응형
비디오
동영상 재생을 위해서는 XML레이아웃에 <VideoView>태그를 삽입하는 것 만으로 동영상 플레이어를 바로 구현할 수 있습니다.
VideoView
위젯으로 다양한 소스로부터 미디어를 로드할 수 있고
미디어 크기에 따라 자신의 크기를 자동으로 조절할 수 있습니다.
사용 메서드
void setVideoPath (String path) void setVideoURI (Uri uri) |
미디어를 로드한 후 재생 및 중지
void start () void stopPlayback () void pause () void seekTo (int msec) |
'Development > Android' 카테고리의 다른 글
Palette 영역 (0) | 2014.09.12 |
---|---|
VideoDemo-다양한 경로에서 동영상파일 재생하기 (0) | 2014.08.15 |
Error-Android SDK Content Loader 에러 해결방법 (0) | 2014.08.11 |
Error-Description Resource Path Location Type - Conversion to Dalvik format failed: Unable to execute dex: GC overhead limit exceeded (0) | 2014.08.07 |
SharedPreferencesDemo-SharedPreferences객체를 통한 데이터 저장하기 (0) | 2014.08.02 |