MPMusicPlayerPlayParametersQueueDescriptor.SetEndTime Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the end time for the item that is described by the provided play parameters.
[Foundation.Export("setEndTime:forItemWithPlayParameters:")]
public virtual void SetEndTime (double endTime, MediaPlayer.MPMusicPlayerPlayParameters playParameters);
abstract member SetEndTime : double * MediaPlayer.MPMusicPlayerPlayParameters -> unit
override this.SetEndTime : double * MediaPlayer.MPMusicPlayerPlayParameters -> unit
Parameters
- endTime
- Double
The time at which the described item will stop playing.
- playParameters
- MPMusicPlayerPlayParameters
The parameters that describe the item.
- Attributes