CSharp_AkPlaylistArray_AddLast__SWIG_0() private method

private CSharp_AkPlaylistArray_AddLast__SWIG_0 ( IntPtr jarg1 ) : IntPtr
jarg1 IntPtr
return IntPtr
    public AkPlaylistItem AddLast()
    {
        global::System.IntPtr cPtr = AkSoundEnginePINVOKE.CSharp_AkPlaylistArray_AddLast__SWIG_0(swigCPtr);
        AkPlaylistItem        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new AkPlaylistItem(cPtr, false);

        return(ret);
    }
Esempio n. 2
0
    public PlaylistItem AddLast()
    {
        IntPtr       cPtr = AkSoundEnginePINVOKE.CSharp_AkPlaylistArray_AddLast__SWIG_0(swigCPtr);
        PlaylistItem ret  = (cPtr == IntPtr.Zero) ? null : new PlaylistItem(cPtr, false);

        return(ret);
    }
Esempio n. 3
0
    public PlaylistItem AddLast()
    {
        IntPtr intPtr = AkSoundEnginePINVOKE.CSharp_AkPlaylistArray_AddLast__SWIG_0(this.swigCPtr);

        return((!(intPtr == IntPtr.Zero)) ? new PlaylistItem(intPtr, false) : null);
    }