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
sourceIDThe source identifier of the sync source.
audioRoleSourcesThe audio role sources of the sync source.
SyncSource Structure Reference