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