CSharp_AkPlaylistArray_ItemAtIndex() 개인적인 메소드

private CSharp_AkPlaylistArray_ItemAtIndex ( IntPtr jarg1, uint jarg2 ) : IntPtr
jarg1 IntPtr
jarg2 uint
리턴 IntPtr
예제 #1
0
    public PlaylistItem ItemAtIndex(uint uiIndex)
    {
        PlaylistItem ret = new PlaylistItem(AkSoundEnginePINVOKE.CSharp_AkPlaylistArray_ItemAtIndex(swigCPtr, uiIndex), false);

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