Contents

streamSinkEndOfData

A property key for a Boolean value that indicates whether the stream has more data.

Declaration

static let streamSinkEndOfData: CMIOExtensionProperty

Discussion

The property state for this property is a number that represents a Boolean value: 1 indicates the stream is at its end, and 0 indicates that more data exists.

The value of this property matches the kCMIOStreamPropertyEndOfData property.

See Also

Stream Properties