MediaFilePropertyName
public enum MediaFilePropertyName : String, PropertyNameProtocol
Undocumented
-
The stream’s duration in microseconds or 0 if unknown.
Declaration
Swift
case duration = "duration"
-
Set when playback has finished.
Declaration
Swift
case ended = "ended"
-
nil
for a properly working stream or theGError
that the stream is in.Declaration
Swift
case error = "error"
-
The file being played back or
nil
if not playing a file.Declaration
Swift
case file = "file"
-
Whether the stream contains audio.
Declaration
Swift
case hasAudio = "has-audio"
-
Whether the stream contains video.
Declaration
Swift
case hasVideo = "has-video"
-
The stream being played back or
nil
if not playing a stream.This is
nil
when playing a file.Declaration
Swift
case inputStream = "input-stream"
-
Try to restart the media from the beginning once it ended.
Declaration
Swift
case loop = "loop"
-
Whether the audio stream should be muted.
Declaration
Swift
case muted = "muted"
-
Whether the stream is currently playing.
Declaration
Swift
case playing = "playing"
-
Whether the stream has finished initializing and existence of audio and video is known.
Declaration
Swift
case prepared = "prepared"
-
Set unless the stream is known to not support seeking.
Declaration
Swift
case seekable = "seekable"
-
Set while a seek is in progress.
Declaration
Swift
case seeking = "seeking"
-
The current presentation timestamp in microseconds.
Declaration
Swift
case timestamp = "timestamp"
-
Volume of the audio stream.
Declaration
Swift
case volume = "volume"