elect
10/20/2016, 9:07 AMpublic IVRSystem.GetRecommendedRenderTargetSize_callback GetRecommendedRenderTargetSize;
public interface GetRecommendedRenderTargetSize_callback extends Callback {
void apply(IntBuffer pnWidth, IntBuffer pnHeight);
};