AVPlayerItem.CurrentDate Property
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.
The current time of the item as an NSDate, or null
.
public virtual Foundation.NSDate CurrentDate { [Foundation.Export("currentDate")] get; }
member this.CurrentDate : Foundation.NSDate
Property Value
This value will be null
if playback is not mapped to a date.
This value can be null
.
- Attributes