Contents

source

An audio stream source that defines how the host supplies audio data for the guest.

Declaration

var source: VZAudioInputStreamSource? { get set }

Discussion

Not specifying a source results in a default handler that produces audio silence. The default is nil.

See Also

Related Documentation