Click or drag to resize
CodecOperationStatus Enumeration
Contains status information of common functions in encoders and decoders.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public enum CodecOperationStatus
Members
  Member nameValueDescription
NotInitialized0 Indicates an un-initialized state.
Success1 Indicates that the operation was successful.
Failed2 Indicates that the operation has failed.
NullArgumentNotAllowed3 Indicates that the argument passed was null.
NeedsMoreData4 Indicates that operation needs more data in order to complete.
BadParameters5 The passed input data object had some invalid meta data.
See Also