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