タグ付けされた質問 「playback」

7
このgdb出力はどういう意味ですか?
サウンドを再生するボタンがあり、シミュレーターで完全に正常に動作するようですが、次のメッセージが表示されます。 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn:dlopen(/System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/の読み込みエラーMacOS / AudioIPCPlugIn、262):シンボルが見つかりません:___CFObjCIsCollectable 参照元:/System/Library/Frameworks/Security.framework/Versions/A/Security /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation /System/Library/Frameworks/Security.framework/Versions/A/Security 2011-11-01 02:13:02.605ハロウィーンFX [33484:10703] /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn:dlopen(/ System / Library /Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn、262):シンボルが見つかりません:___CFObjCIsCollectable 参照元:/System/Library/Frameworks/Security.framework/Versions/A/Security /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation /System/Library/Frameworks/Security.framework/Versions/A/Security 2011-11-01 02:13:02.657ハロウィーンFX [33484:10703] /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn:dlopen(/ System / Library /Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn、262):シンボルが見つかりません:___CFObjCIsCollectable 参照元:/System/Library/Frameworks/Security.framework/Versions/A/Security /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation /System/Library/Frameworks/Security.framework/Versions/A/Security 2011-11-01 02:13:02.671ハロウィーンFX [33484:10703] /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn:dlopen(/ System / Library /Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn、262):シンボルが見つかりません:___CFObjCIsCollectable 参照元:/System/Library/Frameworks/Security.framework/Versions/A/Security /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation /System/Library/Frameworks/Security.framework/Versions/A/Security 2011-11-01 02:13:02.706ハロウィーンFX [33484:10703] /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn:dlopen(/ System / Libraryのロード中にエラーが発生しました/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn、262):シンボルが見つかりません:___CFObjCIsCollectable 参照元:/System/Library/Frameworks/Security.framework/Versions/A/Security /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation /System/Library/Frameworks/Security.framework/Versions/A/Security …

10
ボタンをクリックしてAndroidでサウンドを再生する
クリック時にrawからサウンドを再生するボタンを取得するにはどうすればよいですか?私はid button1でボタンを作成しましたが、どんなコードを書いても、すべて間違っています。 import android.media.MediaPlayer; public class BasicScreenActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_basic_screen); } Button one = (Button)this.findViewById(R.id.button1); MediaPlayer = mp; mp = MediaPlayer.create(this, R.raw.soho); zero.setOnCliclListener(new View.OnClickListener() ) @Override public boolean onCreateOptionsMenu(Menu menu) { // Inflate the menu; this adds items to the action bar …

10
AndroidアプリケーションでYouTubeビデオを再生するにはどうすればよいですか?
YouTubeアプリケーションでビデオを再生するにはどうすればよいですか?play videoダウンロードせずにYouTubeから直接ストリーミングしたい。また、ビデオを再生しながら、メニューオプションを提供したいと思います。デフォルトのインテントを使用してビデオを再生したくありません。これどうやってするの?
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.