コード例 #1
0
 public AudioPlayerPlaybackFailedRequest(string requestId, DateTime timestamp, string locale, string subtype, string token, Error error, PlaybackState currentPlaybackState)
     : base(requestId, timestamp, locale, subtype, token)
 {
     Error = error;
     CurrentPlaybackState = currentPlaybackState;
 }