• 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

Révision4d2c7530a8e531ca9767b6c0d19d4d31943c9e93 (tree)
l'heure2012-06-11 21:56:36
AuteurHori <masaki@MBP....>
CommiterHori

Message de Log

getterはお任せ

Change Summary

Modification

--- a/testAVFoundation/HMDocument.m
+++ b/testAVFoundation/HMDocument.m
@@ -222,10 +222,6 @@
222222 _captionLayer.hidden = NO;
223223 }
224224 }
225-- (NSString *)caption
226-{
227- return _caption;
228-}
229225
230226 - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context
231227 {