CSharp_AkPlaylistArray_ItemAtIndex() private method

private CSharp_AkPlaylistArray_ItemAtIndex ( IntPtr jarg1, uint jarg2 ) : IntPtr
jarg1 IntPtr
jarg2 uint
return IntPtr
Esempio n. 1
0
    public PlaylistItem ItemAtIndex(uint uiIndex)
    {
        PlaylistItem ret = new PlaylistItem(AkSoundEnginePINVOKE.CSharp_AkPlaylistArray_ItemAtIndex(swigCPtr, uiIndex), false);

        return(ret);
    }
Esempio n. 2
0
 public PlaylistItem ItemAtIndex(uint uiIndex)
 {
     return(new PlaylistItem(AkSoundEnginePINVOKE.CSharp_AkPlaylistArray_ItemAtIndex(this.swigCPtr, uiIndex), false));
 }