| InterleaveBufferParseData Method | 
                Parses interleave data and creates InterleaveSlice objects containing the data, types and
                channels.
            
 
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
 Syntax
SyntaxPublic Function ParseData As Boolean
member ParseData : unit -> bool 
Return Value
Type: 
Boolean
                Returns true if a new 
InterleaveSlice has been created, otherwise false.
            
 Remarks
Remarks
                When the function returns true, it could mean that there is more data pending. One should
                iterate over the function until it returns false.
            
 See Also
See Also