MPMusicPlayerStoreQueueDescriptor.SetStartTime(Double, String) 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 time that the media item will start playing.
[Foundation.Export("setStartTime:forItemWithStoreID:")]
public virtual void SetStartTime (double startTime, string storeID);
abstract member SetStartTime : double * string -> unit
override this.SetStartTime : double * string -> unit
Parameters
- startTime
- Double
The time at which the item will start playing.
- storeID
- String
The store ID of the item to start.
- Attributes