示例#1
0
 public double Seconds()
 {
     return(SafeNativeMethods.mp_Timestamp__Seconds(mpPtr));
 }
示例#2
0
 public uint Target()
 {
     return(SafeNativeMethods.mp_GlTextureBuffer__target(mpPtr));
 }
示例#3
0
 public int Height()
 {
     return(SafeNativeMethods.mp_GlTextureBuffer__height(mpPtr));
 }
 public int Height()
 {
     return(SafeNativeMethods.mp_ImageFrame__Height(mpPtr));
 }
示例#5
0
 public override IntPtr Get()
 {
     return(SafeNativeMethods.mp_SharedGlTextureBuffer__get(mpPtr));
 }
 public bool IsEmpty()
 {
     return(SafeNativeMethods.mp_ImageFrame__IsEmpty(mpPtr));
 }
 public ImageFormat.Format Format()
 {
     return(SafeNativeMethods.mp_ImageFrame__Format(mpPtr));
 }
示例#8
0
 public bool GraphInputStreamsClosed()
 {
     return(SafeNativeMethods.mp_CalculatorGraph__GraphInputStreamsClosed(mpPtr));
 }
示例#9
0
 public bool IsNodeThrottled(int nodeId)
 {
     return(SafeNativeMethods.mp_CalculatorGraph__IsNodeThrottled__i(mpPtr, nodeId));
 }
示例#10
0
 public void Clear()
 {
     SafeNativeMethods.mp_SidePacket__clear(mpPtr);
 }
示例#11
0
 public bool HasError()
 {
     return(SafeNativeMethods.mp_CalculatorGraph__HasError(mpPtr));
 }
示例#12
0
 public bool IsAllowedInStream()
 {
     return(SafeNativeMethods.mp_Timestamp__IsAllowedInStream(mpPtr));
 }
示例#13
0
 public bool IsRangeValue()
 {
     return(SafeNativeMethods.mp_Timestamp__IsRangeValue(mpPtr));
 }
示例#14
0
 public long Microseconds()
 {
     return(SafeNativeMethods.mp_Timestamp__Microseconds(mpPtr));
 }
 public IntPtr MutablePixelData()
 {
     return(SafeNativeMethods.mp_ImageFrame__MutablePixelData(mpPtr));
 }
示例#16
0
 public bool UnthrottleSources()
 {
     return(SafeNativeMethods.mp_CalculatorGraph__UnthrottleSources(mpPtr));
 }
 public int PixelDataSize()
 {
     return(SafeNativeMethods.mp_ImageFrame__PixelDataSize(mpPtr));
 }
示例#18
0
 public static IntPtr GetCurrentContext()
 {
     return(SafeNativeMethods.eglGetCurrentContext());
 }
 public bool IsContiguous()
 {
     return(SafeNativeMethods.mp_ImageFrame__IsContiguous(mpPtr));
 }
示例#20
0
 public override IntPtr Get()
 {
     return(SafeNativeMethods.mp_GlSyncToken__get(mpPtr));
 }
 public int Width()
 {
     return(SafeNativeMethods.mp_ImageFrame__Width(mpPtr));
 }
示例#22
0
 public GlTextureBuffer GetGlTextureBuffer()
 {
     return(new GlTextureBuffer(SafeNativeMethods.mp_GpuBuffer__GetGlTextureBufferSharedPtr(mpPtr), false));
 }
示例#23
0
 public GlContext GetProducerContext()
 {
     return(new GlContext(SafeNativeMethods.mp_GlTextureBuffer__GetProducerContext(mpPtr), false));
 }
示例#24
0
 public int Width()
 {
     return(SafeNativeMethods.mp_GpuBuffer__width(mpPtr));
 }
示例#25
0
 public uint Name()
 {
     return(SafeNativeMethods.mp_GlTextureBuffer__name(mpPtr));
 }
示例#26
0
 public ResourceManager()
 {
     SafeNativeMethods.mp__SetCustomGlobalPathResolver__P(pathResolver);
     SafeNativeMethods.mp__SetCustomGlobalResourceProvider__P(resourceProvider);
 }
示例#27
0
 public int Width()
 {
     return(SafeNativeMethods.mp_GlTexture__width(mpPtr));
 }
示例#28
0
 public override IntPtr Get()
 {
     return(SafeNativeMethods.mp_SharedGpuResources__get(mpPtr));
 }
示例#29
0
 public GpuBufferFormat Format()
 {
     return(SafeNativeMethods.mp_GlTextureBuffer__format(mpPtr));
 }
示例#30
0
 public long Value()
 {
     return(SafeNativeMethods.mp_Timestamp__Value(mpPtr));
 }