Edit

Share via


SKAbstractManagedStream Constructors

Definition

Overloads

SKAbstractManagedStream()

Creates a new instance of SKAbstractManagedStream.

protected SKAbstractManagedStream();

Applies to

SKAbstractManagedStream(Boolean)

Creates a new instance of SKAbstractManagedStream.

protected SKAbstractManagedStream(bool owns);

Parameters

owns
Boolean

The value indicating whether this object should destroy the underlying native object.

Applies to