Package | Description |
---|---|
org.gstreamer.interfaces | |
org.gstreamer.lowlevel |
Modifier and Type | Method and Description |
---|---|
TunerNorm |
Tuner.getNorm()
Gets the current video norm from the given tuner object for the
currently selected channel.
|
TunerNorm |
Tuner.getNormByName(java.lang.String name)
Finds a TunerNorm with the specified name
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TunerNorm> |
Tuner.getNormList()
Retrieves a list of available norms on the currently tuned channel.
|
Modifier and Type | Method and Description |
---|---|
void |
Tuner.NORM_CHANGED.normChanged(Tuner tuner,
TunerNorm norm)
Called when the channel on a
Tuner changes |
void |
Tuner.setNorm(TunerNorm norm)
Changes the video norm on this tuner to the given norm
|
Modifier and Type | Method and Description |
---|---|
TunerNorm |
GstTunerAPI.gst_tuner_find_norm_by_name(Tuner tuner,
java.lang.String norm) |
TunerNorm |
GstTunerAPI.gst_tuner_get_norm(Tuner tuner) |
Modifier and Type | Method and Description |
---|---|
void |
GstTunerAPI.gst_tuner_set_norm(Tuner tuner,
TunerNorm norm) |