Generic interface for OffsetBuffer
 
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic interface IOffsetBuffer<T> : IOffsetBuffer
where T : struct, new()
Public Interface IOffsetBuffer(Of T As {Structure, New})
	Inherits IOffsetBuffergeneric<typename T>
where T : value class, gcnew()
public interface class IOffsetBuffer : IOffsetBuffer
type IOffsetBuffer<'T when 'T : struct, new()> =  
    interface
        interface IOffsetBuffer
    endType Parameters
- T
 - 
                Generic type parameter.
            
 
The IOffsetBufferT type exposes the following members.
Properties
Methods
See Also