Class SafeNativePlayerHandle

    Definition

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

    Contains and encapsulates Native Player handle.

    public class SafeNativePlayerHandle : SafeHandle
    Inheritance
    object
    SafeNativePlayerHandle

    Constructors

    View Source

    SafeNativePlayerHandle()

    Constructor, null handle is set.

    Declaration
    public SafeNativePlayerHandle()
    View Source

    SafeNativePlayerHandle(VideoView)

    Constructor, Native player handle is set to handle.

    Declaration
    public SafeNativePlayerHandle(VideoView videoView)
    Parameters
    Type Name Description
    VideoView videoView

    Properties

    View Source

    IsInvalid

    Null check if the handle is valid or not.

    Declaration
    public override bool IsInvalid { get; }
    Property Value
    Type Description
    bool

    Methods

    View Source

    ReleaseHandle()

    Release handle itself.

    Declaration
    protected override bool ReleaseHandle()
    Returns
    Type Description
    bool

    true when released successfully.

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX