Type Property 型プロパティ

MPMoviePlayerIsAirPlayVideoActiveDidChange

Posted when a movie player has started or ended playing a movie via AirPlay. There is no userInfo dictionary. ムービープレイヤーがAirPlayを経由してムービーの再生を開始したまたは終了した時に投函されます。userInfo辞書はありません。

Declaration 宣言

static let MPMoviePlayerIsAirPlayVideoActiveDidChange: NSNotification.Name

Discussion 議論

To find out whether AirPlay playback started or stopped, query the isAirPlayVideoActive property. The movie player whose state has changed is available as the object associated with the notification. AirPlay再生が開始したまたは停止したかどうかを見つけ出すには、isAirPlayVideoActiveプロパティに尋ねてください。それの状態が変化したムービープレイヤーは、通知と結び付けられるオブジェクトとして利用可能です。

See Also 参照

MediaPlayer