Table of Contents

Interface IMediaExtractor

Namespace
Stride.Media
Assembly
Stride.dll
public interface IMediaExtractor : IMediaReader
Inherited Members

Properties

MediaCurrentTime

Gets the current presentation time of the media

TimeSpan MediaCurrentTime { get; }

Property Value

TimeSpan

MediaDuration

Returns the total duration of the media

TimeSpan MediaDuration { get; }

Property Value

TimeSpan

MediaType

Returns the type of media that is extracted

MediaType MediaType { get; }

Property Value

MediaType

Methods

ReachedEndOfMedia()

Specifies if the end of the media has been reached.

bool ReachedEndOfMedia()

Returns

bool

SeekRequestCompleted()

Indicate if a previous seek request has been completed.

bool SeekRequestCompleted()

Returns

bool