Interface IMediaBuffer

  • All Known Implementing Classes:
    PtrMediaBuffer

    public interface IMediaBuffer
    Defines the API of Microsoft's IMediaBuffer interface (referred to as unmanaged) and allows implementing similar abstractions on the Java side (referred to as managed).
    Author:
    Lyubomir Marinov