Class SafeNativePlayerHandle
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
Contains and encapsulates Native Player handle.
public class SafeNativePlayerHandle : SafeHandle
- Inheritance
-
objectSafeNativePlayerHandle
Constructors
View SourceSafeNativePlayerHandle()
Constructor, null handle is set.
Declaration
public SafeNativePlayerHandle()
SafeNativePlayerHandle(VideoView)
Constructor, Native player handle is set to handle.
Declaration
public SafeNativePlayerHandle(VideoView videoView)
Parameters
| Type | Name | Description |
|---|---|---|
| VideoView | videoView |
Properties
View SourceIsInvalid
Null check if the handle is valid or not.
Declaration
public override bool IsInvalid { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceReleaseHandle()
Release handle itself.
Declaration
protected override bool ReleaseHandle()
Returns
| Type | Description |
|---|---|
| bool | true when released successfully. |