| MediaBufferT Constructor (Int32) | 
                Creates a buffer of type T with certain size.
            
 
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic MediaBuffer(
	int size
)
Public Sub New ( 
	size As Integer
)
public:
MediaBuffer(
	int size
)
new : 
        size : int -> MediaBufferParameters
- size
 - Type: SystemInt32
 SizeIncludingHeader of buffer to create.  
See Also