sbIMediacoreError Interface Reference

import"sbIMediacoreError.idl";

Inheritance diagram for sbIMediacoreError:
[legend]
Collaboration diagram for sbIMediacoreError:
[legend]

Public Attributes

const unsigned long UNINITIALIZED = 0
 
const unsigned long FAILED = 1
 
const unsigned long SB_RESOURCE_NOT_FOUND = 10
 
const unsigned long SB_RESOURCE_READ = 11
 
const unsigned long SB_RESOURCE_WRITE = 12
 
const unsigned long SB_RESOURCE_OPEN_READ = 13
 
const unsigned long SB_RESOURCE_OPEN_WRITE = 14
 
const unsigned long SB_RESOURCE_OPEN_READ_WRITE = 15
 
const unsigned long SB_RESOURCE_CLOSE = 16
 
const unsigned long SB_RESOURCE_SEEK = 17
 
const unsigned long SB_RESOURCE_NO_SPACE_LEFT = 18
 
const unsigned long SB_STREAM_TYPE_NOT_FOUND = 51
 
const unsigned long SB_STREAM_WRONG_TYPE = 52
 
const unsigned long SB_STREAM_CODEC_NOT_FOUND = 53
 
const unsigned long SB_STREAM_DECODE = 54
 
const unsigned long SB_STREAM_ENCODE = 55
 
const unsigned long SB_STREAM_DRM_PROTECTED = 56
 
const unsigned long SB_STREAM_FAILURE = 57
 
readonly attribute unsigned long code
 Error code. More...
 
readonly attribute AString message
 Error message (human readable string, localized, preferably). More...
 

Detailed Description

Definition at line 30 of file sbIMediacoreError.idl.

Member Data Documentation

readonly attribute unsigned long sbIMediacoreError::code

Error code.

Definition at line 74 of file sbIMediacoreError.idl.

const unsigned long sbIMediacoreError::FAILED = 1

Definition at line 34 of file sbIMediacoreError.idl.

readonly attribute AString sbIMediacoreError::message

Error message (human readable string, localized, preferably).

Definition at line 79 of file sbIMediacoreError.idl.

const unsigned long sbIMediacoreError::SB_RESOURCE_CLOSE = 16

Definition at line 48 of file sbIMediacoreError.idl.

const unsigned long sbIMediacoreError::SB_RESOURCE_NO_SPACE_LEFT = 18

Definition at line 52 of file sbIMediacoreError.idl.

const unsigned long sbIMediacoreError::SB_RESOURCE_NOT_FOUND = 10

Definition at line 39 of file sbIMediacoreError.idl.

const unsigned long sbIMediacoreError::SB_RESOURCE_OPEN_READ = 13

Definition at line 44 of file sbIMediacoreError.idl.

const unsigned long sbIMediacoreError::SB_RESOURCE_OPEN_READ_WRITE = 15

Definition at line 46 of file sbIMediacoreError.idl.

const unsigned long sbIMediacoreError::SB_RESOURCE_OPEN_WRITE = 14

Definition at line 45 of file sbIMediacoreError.idl.

const unsigned long sbIMediacoreError::SB_RESOURCE_READ = 11

Definition at line 41 of file sbIMediacoreError.idl.

const unsigned long sbIMediacoreError::SB_RESOURCE_SEEK = 17

Definition at line 50 of file sbIMediacoreError.idl.

const unsigned long sbIMediacoreError::SB_RESOURCE_WRITE = 12

Definition at line 42 of file sbIMediacoreError.idl.

const unsigned long sbIMediacoreError::SB_STREAM_CODEC_NOT_FOUND = 53

Definition at line 61 of file sbIMediacoreError.idl.

const unsigned long sbIMediacoreError::SB_STREAM_DECODE = 54

Definition at line 63 of file sbIMediacoreError.idl.

const unsigned long sbIMediacoreError::SB_STREAM_DRM_PROTECTED = 56

Definition at line 67 of file sbIMediacoreError.idl.

const unsigned long sbIMediacoreError::SB_STREAM_ENCODE = 55

Definition at line 65 of file sbIMediacoreError.idl.

const unsigned long sbIMediacoreError::SB_STREAM_FAILURE = 57

Definition at line 69 of file sbIMediacoreError.idl.

const unsigned long sbIMediacoreError::SB_STREAM_TYPE_NOT_FOUND = 51

Definition at line 57 of file sbIMediacoreError.idl.

const unsigned long sbIMediacoreError::SB_STREAM_WRONG_TYPE = 52

Definition at line 59 of file sbIMediacoreError.idl.

const unsigned long sbIMediacoreError::UNINITIALIZED = 0

Definition at line 32 of file sbIMediacoreError.idl.


The documentation for this interface was generated from the following file: