Package ch.bailu.gtk.gst
Schnittstelle StreamError
public interface StreamError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
used when there's no codec to handle the
stream's type.static final int
used when decoding fails.static final int
used when the stream is encrypted and can't be
decrypted because this is not supported by the element.static final int
used when the stream is encrypted and
can't be decrypted because no suitable key is available.static final int
used when demuxing fails.static final int
used when encoding fails.static final int
a general error which doesn't fit in any other
category.static final int
used when the stream is of the wrong format
(for example, wrong caps).static final int
used when muxing fails.static final int
use this when you do not want to implement
this functionality yet.static final int
the number of stream error types.static final int
do not use this except as a placeholder for
deciding where to go while developing code.static final int
used when the element doesn't know the
stream's type.static final int
used when the element doesn't handle this type
of stream.
-
Felddetails
-
FAILED
static final int FAILEDa general error which doesn't fit in any other
category. Make sure you add a custom message to the error call.- Siehe auch:
-
TOO_LAZY
static final int TOO_LAZYdo not use this except as a placeholder for
deciding where to go while developing code.- Siehe auch:
-
NOT_IMPLEMENTED
static final int NOT_IMPLEMENTEDuse this when you do not want to implement
this functionality yet.- Siehe auch:
-
TYPE_NOT_FOUND
static final int TYPE_NOT_FOUNDused when the element doesn't know the
stream's type.- Siehe auch:
-
WRONG_TYPE
static final int WRONG_TYPEused when the element doesn't handle this type
of stream.- Siehe auch:
-
CODEC_NOT_FOUND
static final int CODEC_NOT_FOUNDused when there's no codec to handle the
stream's type.- Siehe auch:
-
DECODE
static final int DECODEused when decoding fails.- Siehe auch:
-
ENCODE
static final int ENCODEused when encoding fails.- Siehe auch:
-
DEMUX
static final int DEMUXused when demuxing fails.- Siehe auch:
-
MUX
static final int MUXused when muxing fails.- Siehe auch:
-
FORMAT
static final int FORMATused when the stream is of the wrong format
(for example, wrong caps).- Siehe auch:
-
DECRYPT
static final int DECRYPTused when the stream is encrypted and can't be
decrypted because this is not supported by the element.- Siehe auch:
-
DECRYPT_NOKEY
static final int DECRYPT_NOKEYused when the stream is encrypted and
can't be decrypted because no suitable key is available.- Siehe auch:
-
NUM_ERRORS
static final int NUM_ERRORSthe number of stream error types.- Siehe auch:
-