JWCastingDevice

@objcMembers
public class JWCastingDevice : NSObject

Encapsulates a casting device.

  • The casting device’s friendly name, i.e. “Dining Room”.

    Declaration

    Swift

    public private(set) var name: String { get }
  • A unique identifier for the casting device.

    Declaration

    Swift

    public private(set) var identifier: String { get }

Equality

  • Undocumented

    Declaration

    Swift

    public override func isEqual(_ object: Any?) -> Bool