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