FileReplaySource

@objc(GSFileReplaySource)
public protocol FileReplaySource

File replay source to stream.

  • File being played back.

    Declaration

    Swift

    var file: URL { get }
  • Stream track identifier.

    Declaration

    Swift

    var track: MediaItem.Track { get }
  • Name of the track of the stream.

    Declaration

    Swift

    var trackName: String { get }