Tizen WASM Player
Tizen TV WebAssembly Media Player extension allowing for a low-level elementary media stream playback.
operation_result.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 samsung
 
 samsung::wasm
 

Enumerations

enum  samsung::wasm::OperationResult {
  samsung::wasm::OperationResult::kSuccess = 0,
  samsung::wasm::OperationResult::kInvalidObject,
  samsung::wasm::OperationResult::kInvalidArgument,
  samsung::wasm::OperationResult::kInvalidState,
  samsung::wasm::OperationResult::kListenerAlreadySet,
  samsung::wasm::OperationResult::kNoSuchListener,
  samsung::wasm::OperationResult::kNotAllowedOnCurrentThread,
  samsung::wasm::OperationResult::kNotSupported,
  samsung::wasm::OperationResult::kAlreadyDestroyed,
  samsung::wasm::OperationResult::kAlreadyInProgress,
  samsung::wasm::OperationResult::kCloseInProgress,
  samsung::wasm::OperationResult::kNotAllowedInCurrentMode,
  samsung::wasm::OperationResult::kNoTracksAttached,
  samsung::wasm::OperationResult::kOpenInProgress,
  samsung::wasm::OperationResult::kPlaybackStateChangeInProgress,
  samsung::wasm::OperationResult::kSourceMustBeClosed,
  samsung::wasm::OperationResult::kSourceNotAttached,
  samsung::wasm::OperationResult::kTimestampsExceedDuration,
  samsung::wasm::OperationResult::kTrackLimitReached,
  samsung::wasm::OperationResult::kUnrelatedObject,
  samsung::wasm::OperationResult::kAborted,
  samsung::wasm::OperationResult::kFailed,
  samsung::wasm::OperationResult::kConfigInvalidChannelLayout,
  samsung::wasm::OperationResult::kConfigInvalidCodec,
  samsung::wasm::OperationResult::kConfigInvalidFramerate,
  samsung::wasm::OperationResult::kConfigInvalidResolution,
  samsung::wasm::OperationResult::kConfigInvalidMimeType,
  samsung::wasm::OperationResult::kConfigInvalidSampleFormat,
  samsung::wasm::OperationResult::kConfigInvalid,
  samsung::wasm::OperationResult::kAppendBufferFull,
  samsung::wasm::OperationResult::kAppendExpectsKeyframe,
  samsung::wasm::OperationResult::kAppendIgnored,
  samsung::wasm::OperationResult::kAppendNoDuration,
  samsung::wasm::OperationResult::kAppendInvalidDts,
  samsung::wasm::OperationResult::kAppendInvalidPts,
  samsung::wasm::OperationResult::kAppendInvalidTrackState,
  samsung::wasm::OperationResult::kAppendInvalidVideoParameters,
  samsung::wasm::OperationResult::kAppendNoPacketData,
  samsung::wasm::OperationResult::kAppendResourceAllocationError,
  samsung::wasm::OperationResult::kAppendDecryptionError,
  samsung::wasm::OperationResult::kAppendDecryptorNeedsMoreData,
  samsung::wasm::OperationResult::kAppendNoDecryptionKey,
  samsung::wasm::OperationResult::kAppendInvalidInitializationVector,
  samsung::wasm::OperationResult::kAppendInvalidKeyId,
  samsung::wasm::OperationResult::kAppendInvalidMediaKeySession,
  samsung::wasm::OperationResult::kAppendInvalidSubsampleDescription,
  samsung::wasm::OperationResult::kAppendUnknownDecryptionMode,
  samsung::wasm::OperationResult::kMediaKeyInvalidConfiguration,
  samsung::wasm::OperationResult::kMediaKeySessionNotUpdated,
  samsung::wasm::OperationResult::kVideoDecoderInvalidTrackType,
  samsung::wasm::OperationResult::kVideoDecoderInvalidVideoTexture,
  samsung::wasm::OperationResult::kVideoDecoderWebGlContextNotRegistered,
  samsung::wasm::OperationResult::kVideoDecoderNotInVideoTextureMode,
  samsung::wasm::OperationResult::kNotAllowed = kNotAllowedOnCurrentThread
}
 Enumerates possible outcomes of WASM function calls. More...