Skip to content

Instantly share code, notes, and snippets.

@kswlee
Created April 27, 2013 15:43
Show Gist options
  • Select an option

  • Save kswlee/5473545 to your computer and use it in GitHub Desktop.

Select an option

Save kswlee/5473545 to your computer and use it in GitHub Desktop.
MediaSource::ReadOptions options;
int64_t thumbNailTime;
if (trackMeta->findInt64(kKeyThumbnailTime, &thumbNailTime)) {
options.setSeekTo(thumbNailTime);
} else {
thumbNailTime = -1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment