SyncSource

public struct SyncSource : XMLRepresentable

Undocumented

  • Specifies the possible modes of a sync source.

    Declaration

    Swift

    public enum Identifier : String, Codable
  • The audio role sources of the sync source.

    Declaration

    Swift

    public var audioRoleSources: [AudioRoleSource]
  • The source identifier of the sync source.

    Declaration

    Swift

    public var sourceID: Identifier
  • Initializes a new sync source.

    Declaration

    Swift

    public init(sourceID: Identifier, audioRoleSources: [AudioRoleSource])

    Parameters

    sourceID

    The source identifier of the sync source.

    audioRoleSources

    The audio role sources of the sync source.