Package ch.bailu.gtk.gst
Schnittstelle StreamError
public interface StreamError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intused when there's no codec to handle the
stream's type.static final intused when decoding fails.static final intused when the stream is encrypted and can't be
decrypted because this is not supported by the element.static final intused when the stream is encrypted and
can't be decrypted because no suitable key is available.static final intused when demuxing fails.static final intused when encoding fails.static final inta general error which doesn't fit in any other
category.static final intused when the stream is of the wrong format
(for example, wrong caps).static final intused when muxing fails.static final intuse this when you do not want to implement
this functionality yet.static final intthe number of stream error types.static final intdo not use this except as a placeholder for
deciding where to go while developing code.static final intused when the element doesn't know the
stream's type.static final intused 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:
-