'DeclarationPublic MustOverride Function CheckStart( _ ByVal stream As System.IO.Stream, _ ByVal TransferSyntax As System.String _ ) As System.Boolean
public abstract System.bool CheckStart( System.IO.Stream stream, System.string 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