Class SafeNativePlayerHandle

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll

Contains and encapsulates Native Player handle.

C#
Copy
public class SafeNativePlayerHandle : SafeHandle
Inheritance
SafeNativePlayerHandle

Constructors

View Source

SafeNativePlayerHandle()

Constructor, null handle is set.

Declaration
C#
Copy
public SafeNativePlayerHandle()
View Source

SafeNativePlayerHandle(VideoView)

Constructor, Native player handle is set to handle.

Declaration
C#
Copy
public SafeNativePlayerHandle(VideoView videoView)
Parameters
Type Name Description
VideoView videoView

Properties

View Source

IsInvalid

Null check if the handle is valid or not.

Declaration
C#
Copy
public override bool IsInvalid { get; }
Property Value
Type Description
Boolean

Methods

View Source

ReleaseHandle()

Release handle itself.

Declaration
C#
Copy
protected override bool ReleaseHandle()
Returns
Type Description
Boolean

true when released successfully.

Extension Methods