X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Flibs%2Fhtml%2Fgst-plugins-base-libs-gstbaseaudiosink.html;h=dc6c9c4adb00f7bb05ce67cbaa53c59dba27ac45;hb=refs%2Fheads%2Fmaster;hp=28944dc4f71f5c5c94d389681fb5262c7750d0ca;hpb=5368e843d0f50770b7959782e360243dff90eb8d;p=framework%2Fmultimedia%2Fgst-plugins-base0.10.git diff --git a/docs/libs/html/gst-plugins-base-libs-gstbaseaudiosink.html b/docs/libs/html/gst-plugins-base-libs-gstbaseaudiosink.html index 28944dc..dc6c9c4 100644 --- a/docs/libs/html/gst-plugins-base-libs-gstbaseaudiosink.html +++ b/docs/libs/html/gst-plugins-base-libs-gstbaseaudiosink.html @@ -3,12 +3,12 @@ gstbaseaudiosink - + - + @@ -59,13 +59,13 @@ enum void gst_base_audio_sink_set_slave_method (GstBaseAudioSink *sink, GstBaseAudioSinkSlaveMethod method); -GstBaseAudioSinkSlaveMethod gst_base_audio_sink_get_slave_method +GstBaseAudioSinkSlaveMethod gst_base_audio_sink_get_slave_method (GstBaseAudioSink *sink); -gint64 gst_base_audio_sink_get_drift_tolerance +gint64 gst_base_audio_sink_get_drift_tolerance (GstBaseAudioSink *sink); void gst_base_audio_sink_set_drift_tolerance (GstBaseAudioSink *sink, - gint64 drift_tolerance); + gint64 drift_tolerance);
@@ -82,10 +82,12 @@ enum

Properties

-  "buffer-time"              gint64                : Read / Write
+  "alignment-threshold"      guint64               : Read / Write
+  "buffer-time"              gint64                : Read / Write
   "can-activate-pull"        gboolean              : Read / Write
-  "drift-tolerance"          gint64                : Read / Write
-  "latency-time"             gint64                : Read / Write
+  "discont-wait"             guint64               : Read / Write
+  "drift-tolerance"          gint64                : Read / Write
+  "latency-time"             gint64                : Read / Write
   "provide-clock"            gboolean              : Read / Write
   "slave-method"             GstBaseAudioSinkSlaveMethod  : Read / Write
 
@@ -118,6 +120,10 @@ Opaque create_ringbuffer ()

create and return a GstRingBuffer to write to. + +

payload ()

+payload data in a format suitable to write to the sink. If no +payloading is required, returns a reffed copy of the original +buffer, else returns the payloaded buffer with all other metadata +copied. (Since: 0.10.36) +

enum GstBaseAudioSinkSlaveMethod

-
typedef enum
-{
+
typedef enum {
   GST_BASE_AUDIO_SINK_SLAVE_RESAMPLE,
   GST_BASE_AUDIO_SINK_SLAVE_SKEW,
   GST_BASE_AUDIO_SINK_SLAVE_NONE
@@ -313,7 +325,7 @@ Controls how clock slaving will be performed in sink
 

gst_base_audio_sink_get_slave_method ()

-
GstBaseAudioSinkSlaveMethod  gst_base_audio_sink_get_slave_method
+
GstBaseAudioSinkSlaveMethod gst_base_audio_sink_get_slave_method
                                                         (GstBaseAudioSink *sink);

Get the current slave method used by sink. @@ -337,7 +349,7 @@ Get the current slave method used by sink

gst_base_audio_sink_get_drift_tolerance ()

-
gint64              gst_base_audio_sink_get_drift_tolerance
+
gint64              gst_base_audio_sink_get_drift_tolerance
                                                         (GstBaseAudioSink *sink);

Get the current drift tolerance, in microseconds, used by sink. @@ -363,7 +375,7 @@ Get the current drift tolerance, in microseconds, used by

gst_base_audio_sink_set_drift_tolerance ()

void                gst_base_audio_sink_set_drift_tolerance
                                                         (GstBaseAudioSink *sink,
-                                                         gint64 drift_tolerance);
+ gint64 drift_tolerance);

Controls the sink's drift tolerance.

@@ -387,8 +399,16 @@ Controls the sink's drift tolerance.

Property Details

+

The "alignment-threshold" property

+
  "alignment-threshold"      guint64               : Read / Write
+

Timestamp alignment threshold in nanoseconds.

+

Allowed values: [1,18446744073709551614]

+

Default value: 40000000

+
+
+

The "buffer-time" property

-
  "buffer-time"              gint64                : Read / Write
+
  "buffer-time"              gint64                : Read / Write

Size of audio buffer in microseconds.

Allowed values: >= 1

Default value: 200000

@@ -402,10 +422,22 @@ Controls the sink's drift tolerance.

+

The "discont-wait" property

+
  "discont-wait"             guint64               : Read / Write
+

+A window of time in nanoseconds to wait before creating a discontinuity as +a result of breaching the drift-tolerance. +

+

Allowed values: <= 18446744073709551614

+

Default value: 1000000000

+

Since 0.10.36

+
+
+

The "drift-tolerance" property

-
  "drift-tolerance"          gint64                : Read / Write
+
  "drift-tolerance"          gint64                : Read / Write

-Controls the amount of time in milliseconds that timestamps or clocks are allowed +Controls the amount of time in microseconds that clocks are allowed to drift before resynchronisation happens.

Allowed values: >= 1

@@ -415,7 +447,7 @@ to drift before resynchronisation happens.

The "latency-time" property

-
  "latency-time"             gint64                : Read / Write
+
  "latency-time"             gint64                : Read / Write

Audio latency in microseconds.

Allowed values: >= 1

Default value: 10000

@@ -442,6 +474,6 @@ to drift before resynchronisation happens.
+ Generated by GTK-Doc V1.18
\ No newline at end of file