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