将棋プログラミング

(将棋に関する)ソフトウェア開発のノウハウ等。

iOS版 VLCKit MobileVLCKit で音声を消す

MobileVLCKit (Version 3.1.0) で音声を消す場合のコード

VLCMediaPlayer *_mediaPlayer = [[VLCMediaPlayer alloc] init];

_mediaPlayer.audio.muted = YES; // 音声を消す