MPMusicPlayerPlayParametersQueueDescriptor.SetStartTime 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 start time for the item that is described by the provided play parameters.
[Foundation.Export("setStartTime:forItemWithPlayParameters:")]
public virtual void SetStartTime (double startTime, MediaPlayer.MPMusicPlayerPlayParameters playParameters);
abstract member SetStartTime : double * MediaPlayer.MPMusicPlayerPlayParameters -> unit
override this.SetStartTime : double * MediaPlayer.MPMusicPlayerPlayParameters -> unit
Parameters
- startTime
- Double
The time at which the described item will start playing.
- playParameters
- MPMusicPlayerPlayParameters
The parameters that describe the item.
- Attributes