'Declaration
Public MustOverride Function CheckStart( _ ByVal stream As Stream, _ ByVal TransferSyntax 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)
public abstract bool CheckStart( Stream stream, string TransferSyntax )
public: abstract bool CheckStart( Stream^ stream, String^ TransferSyntax )
Parameters
- stream
- TransferSyntax