Example #1
0
 public static void GetName(FPClipRef inClip, ref byte[] outName, ref FPInt ioNameLen)
 {
     SDK.FPClip_GetName8(inClip, outName, ref ioNameLen);
     SDK.CheckAndThrowError();
 }