protected BufferReference(AVBufferRef *ptr, bool isOwner) : base(NativeUtils.NotNull((IntPtr)ptr), isOwner)
 {
 }
Ejemplo n.º 2
0
 public unsafe DisposableDataPointer(int allocSize) : this(NativeUtils.NotNull((IntPtr) av_malloc((ulong)allocSize)), allocSize)
 {
 }