H264NalReaderInit Method (Stream) |
Initialises this instance given a stream.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool Init(
Stream stream
)
Public Function Init (
stream As Stream
) As Boolean
public:
virtual bool Init(
Stream^ stream
) sealed
abstract Init :
stream : Stream -> bool
override Init :
stream : Stream -> bool
Parameters
- stream
- Type: System.IOStream
The stream.
Return Value
Type:
Boolean
true if it succeeds, false if it fails.
Implements
IReaderInit(Stream)See Also