Eac3BitstreamMode
public enum Eac3BitstreamMode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case completeMain = "COMPLETE_MAIN" -
Undocumented
Declaration
Swift
case commentary = "COMMENTARY" -
Undocumented
Declaration
Swift
case emergency = "EMERGENCY" -
Undocumented
Declaration
Swift
case hearingImpaired = "HEARING_IMPAIRED" -
Undocumented
Declaration
Swift
case visuallyImpaired = "VISUALLY_IMPAIRED" -
Declaration
Swift
public var description: String { get }
View on GitHub
Eac3BitstreamMode Enumeration Reference