MPMusicPlayerStoreQueueDescriptor.SetEndTime(Double, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定媒體專案停止播放的時間。
[Foundation.Export("setEndTime:forItemWithStoreID:")]
public virtual void SetEndTime(double endTime, string storeID);
abstract member SetEndTime : double * string -> unit
override this.SetEndTime : double * string -> unit
參數
- endTime
- Double
專案停止播放的時間。
- storeID
- String
要停止之專案的存放區識別碼。
- 屬性