SKAbstractManagedStream.OnFork Method

Definition

Implemented by derived SKAbstractManagedStream types to fork the current stream.

protected virtual IntPtr OnFork ();

Returns

Returns a pointer to the new SKStreamAsset instance.

Remarks

After the stream has been duplicated, the new stream must set it's position to the same as this stream.

Applies to