Interface IMediaExtractor
public interface IMediaExtractor : IMediaReader- Inherited Members
Properties
MediaCurrentTime
Gets the current presentation time of the media
TimeSpan MediaCurrentTime { get; }Property Value
MediaDuration
Returns the total duration of the media
TimeSpan MediaDuration { get; }Property Value
MediaType
Returns the type of media that is extracted
MediaType MediaType { get; }Property Value
Methods
ReachedEndOfMedia()
Specifies if the end of the media has been reached.
bool ReachedEndOfMedia()Returns
SeekRequestCompleted()
Indicate if a previous seek request has been completed.
bool SeekRequestCompleted()