class MediaApp

Defined at line 15 of file ../../src/media/audio/examples/sync_sine/sync_sine.h

Public Methods

void set_verbose (bool verbose)

Defined at line 20 of file ../../src/media/audio/examples/sync_sine/sync_sine.h

void set_low_water_mark_from_ms (int64_t value)

Defined at line 21 of file ../../src/media/audio/examples/sync_sine/sync_sine.h

void set_high_water_mark_from_ms (int64_t value)

Defined at line 22 of file ../../src/media/audio/examples/sync_sine/sync_sine.h

void set_float (bool enable_float)

Defined at line 23 of file ../../src/media/audio/examples/sync_sine/sync_sine.h

void MediaApp (fit::closure quit_callback)

Defined at line 33 of file ../../src/media/audio/examples/simple_sine/simple_sine.cc

void MediaApp (std::unique_ptr<sys::ComponentContext> context)

Defined at line 40 of file ../../src/media/audio/examples/sync_sine/sync_sine.cc

void ~MediaApp ()

Defined at line 41 of file ../../src/media/audio/examples/sync_sine/sync_sine.cc

void Run (sys::ComponentContext * app_context)

Prepare for playback, submit initial data and start the presentation timeline.

Defined at line 38 of file ../../src/media/audio/examples/simple_sine/simple_sine.cc

zx_status_t Run ()

Prepare for playback, compute playback data, supply media packets, start.

Defined at line 44 of file ../../src/media/audio/examples/sync_sine/sync_sine.cc