static let MPMusicPlayerControllerQueueDidChange : NSNotification.Name
Indicates the music player’s queue changed.
static let MPMediaLibraryDidChange : NSNotification.Name
Indicates the media library has changed.
メディアライブラリが変化したことを指し示します。
static let MPMediaPlaybackIsPreparedToPlayDidChange : NSNotification.Name
Indicates that the prepared to play status of the media player has changed.
メディアプレイヤーの再生状態に対する準備が変化したことを指し示します。
static let MPMusicPlayerControllerNowPlayingItemDidChange : NSNotification.Name
Posted when the currently playing media item has changed.
現在再生中の項目が変化した時に投函されます。
static let MPMusicPlayerControllerPlaybackStateDidChange : NSNotification.Name
Posted when the playback state changes programmatically or by user action.
プレイバック状態がプログラムに基づいてまたはユーザアクションによって変化する時に投函されます。
static let MPMusicPlayerControllerVolumeDidChange : NSNotification.Name
Posted when the audio playback volume for the music player has changed.
音楽プレイヤーのオーディオプレイバックボリュームが変化した時に投函されます。
static let MPMovieDurationAvailable : NSNotification.Name
Posted when the duration of a movie has been determined. There is no
userInfo
dictionary.
ムービーの継続期間が決定された時に投函されます。userInfo
辞書はありません。
static let MPMovieMediaTypesAvailable : NSNotification.Name
Posted when the available media types in a movie are determined. There is no
userInfo
dictionary.
ムービーの中の利用可能なメディア型が決定される時に投函されます。userInfo
辞書はありません。
static let MPMovieNaturalSizeAvailable : NSNotification.Name
Posted when the natural frame size of a movie is first determined or subsequently changes. There is no
userInfo
dictionary.
ムービーの自然なフレームサイズが最初に決定されるまたはその後に変化する時に投函されます。userInfo
辞書はありません。
static let MPMoviePlayerDidEnterFullscreen : NSNotification.Name
Posted when a movie player has entered full-screen mode. There is no
userInfo
dictionary.
ムービープレイヤーがフルスクリーンモードに入った時に投函されます。userInfo
辞書はありません。
static let MPMoviePlayerDidExitFullscreen : NSNotification.Name
Posted when a movie player has exited full-screen mode. There is no
userInfo
dictionary.
ムービープレイヤーがフルスクリーンモードを出た時に投函されます。userInfo
辞書はありません。
static let MPMoviePlayerIsAirPlayVideoActiveDidChange : NSNotification.Name
Posted when a movie player has started or ended playing a movie via AirPlay. There is no
userInfo
dictionary.
ムービープレイヤーがAirPlayを経由してムービーの再生を開始したまたは終了した時に投函されます。userInfo
辞書はありません。
static let MPMoviePlayerLoadStateDidChange : NSNotification.Name
Posted when a movie player’s network buffering state has changed. There is no
userInfo
dictionary.
ムービープレイヤーのネットワークバッファ状態が変化した時に投函されます。userInfo
辞書はありません。
static let MPMoviePlayerNowPlayingMovieDidChange : NSNotification.Name
Posted when the currently playing movie has changed. There is no
userInfo
dictionary.
現在再生しているムービーが変化した時に投函されます。userInfo
辞書はありません。
static let MPMoviePlayerPlaybackDidFinish : NSNotification.Name
Posted when a movie has finished playing. The
userInfo
dictionary of this notification contains the MPMoviePlayerPlaybackDidFinishReasonUserInfoKey
key, which indicates the reason that playback finished. This notification is also sent when playback fails because of an error.
ムービーが再生を終了された時に投函されます。この通知のuserInfo
辞書は、MPMoviePlayerPlaybackDidFinishReasonUserInfoKey
キーを含みます、それはプレイバックが終了された理由を指し示します。この通知はまた、エラーのためにプレイバックが失敗する時に送られます。
static let MPMoviePlayerPlaybackStateDidChange : NSNotification.Name
Posted when a movie player’s playback state has changed. There is no
userInfo
dictionary.
ムービープレイヤーのプレイバック状態が変わった時に投函されます。userInfo
辞書はありません。
static let MPMoviePlayerReadyForDisplayDidChange : NSNotification.Name
Posted when the ready for display state changes.
表示準備状態が変わる時に投函されます。
static let MPMoviePlayerScalingModeDidChange : NSNotification.Name
Posted when the scaling mode of a movie player has changed. There is no
userInfo
dictionary.
ムービープレイヤーのスケーリングモードが変化した時に投函されます。userInfo
辞書はありません。
static let MPMoviePlayerTimedMetadataUpdated : NSNotification.Name
Posted when new timed metadata arrives.
新しいメタデータが到着する時に投函されます。
static let MPMoviePlayerWillEnterFullscreen : NSNotification.Name
Posted when a movie player is about to enter full-screen mode. The
userInfo
dictionary contains keys whose values describe the transition animation used to enter full-screen mode. See Fullscreen Notification Keys.
ムービープレイヤーがまさにフルスクリーンモードに入ろうとしている時に投函されます。userInfo
辞書は、それの値がフルスクリーンモードに入るために使われる遷移アニメーションを記述するキーを含みます。Fullscreen Notification Keysを見てください。
static let MPMoviePlayerWillExitFullscreen : NSNotification.Name
Posted when a movie player is about to exit full-screen mode. The
userInfo
dictionary contains keys whose values describe the transition animation used to exit full-screen mode. See Fullscreen Notification Keys.
ムービープレイヤーがまさにフルスクリーンモードを出ようとしている時に投函されます。userInfo
辞書は、それの値がフルスクリーンモードを出るために使われる遷移アニメーションを記述するキーを含みます。Fullscreen Notification Keysを見てください。
static let MPMovieSourceTypeAvailable : NSNotification.Name
Posted when the source type of a movie was previously unknown and is newly available. There is no
userInfo
dictionary.
ムービーのソース型は以前は未知だったそして新しく利用可能である時に投函されます。userInfo
辞書はありません。
static let MPVolumeViewWirelessRouteActiveDidChange : NSNotification.Name
Indicates the active wireless route changed.
現行の無線経路が変化したことを指し示します。
static let MPVolumeViewWirelessRoutesAvailableDidChange : NSNotification.Name
Indicates the available wireless routes changed.
利用可能なワイヤレスルートが変化したことを指し示します。