StreamType

public enum StreamType : Int

Enum describing the stream types.

  • Undocumented

    Declaration

    Swift

    case Audio = 0
  • Undocumented

    Declaration

    Swift

    case Video = 1
  • Undocumented

    Declaration

    Swift

    case Text = 2
  • Undocumented

    Declaration

    Swift

    case Unknown = 3