0
我在Android設備上使用Phonegap,並且需要顯示設備的視頻。使用Phonegap的Android設備視頻
有誰知道我該怎麼做?
這是我的代碼:
function getPhoto(source) {
// Retrieve image file location from specified source
navigator.camera.getPicture(onPhotoURISuccess, onFail, { quality: 50,
destinationType: destinationType.FILE_URI, sourceType: source });
}
但它僅與圖片作品。
你試過了什麼?你可以發佈一些代碼嗎? StackOverflow不是根據請求生成樣本的站點。但是,如果您首先表明自己已經付出了一些努力,那麼我們會很樂意幫助您。 – Cerbrus
我嘗試這樣做: 功能getPhoto(源){ //檢索從指定的源 navigator.camera.getPicture(onPhotoURISuccess,onFail圖像文件的位置,{質量:50, destinationType:destinationType.FILE_URI, sourceType的:源} ); } – naaa
但它只處理圖片 – naaa