Check whether a stream contains data which could be the start of a frame of compressed data
'Declaration
Public MustOverride Function CheckStart( _
ByVal As Stream, _
ByVal As String _
) As Boolean
'Usage
Dim instance As CodecFactory
Dim stream As Stream
Dim TransferSyntax As String
Dim value As Boolean
value = instance.CheckStart(stream, TransferSyntax)
Parameters
- stream
- The fragment data to test
- TransferSyntax
- The transfer syntax to check against
Return Value
true if the data could be the start of a new frame for this transfer syntax
Target Platforms: .NET CLR 4.0 or higher