sinkEndOfData
A value that indicates whether the stream has reached its end.
Declaration
@nonobjc var sinkEndOfData: Int? { get set }Discussion
A value of 1 indicates that the stream has reached the end, and a value of 0 indicates that more data is available. This property translates to the kCMIOStreamPropertyEndOfData property.