• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

CocoaでAVFoundationを使うサンプル


Commit MetaInfo

Revisióne6b569dd1294e8c8b8c74c41a832a73eca6a9f21 (tree)
Tiempo2012-06-11 23:37:51
AutorHori <masaki@MBP....>
CommiterHori

Log Message

起こらないけど、変更した時のために

Cambiar Resumen

Diferencia incremental

--- a/testAVFoundation/HMDocument.m
+++ b/testAVFoundation/HMDocument.m
@@ -198,6 +198,7 @@
198198 AVPlayerLayer *layer = [AVPlayerLayer playerLayerWithPlayer:_player];
199199 [_view setWantsLayer:YES];
200200 [_view setLayer:layer];
201+ self.captionLayer = nil;
201202 }
202203 - (void)setCaption:(NSString *)caption
203204 {