Package 

Class VideoParser

    • Method Summary

      Modifier and Type Method Description
      static Playlist buildPlaylistFromJSON(JSONObject json, EventEmitter eventEmitter) Builds a Video Playlist from a Brightcove Playback API json object.
      static Video buildVideoFromJSON(JSONObject json, EventEmitter eventEmitter) Builds a Video from a Brightcove Playback API json object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • buildPlaylistFromJSON

         static Playlist buildPlaylistFromJSON(JSONObject json, EventEmitter eventEmitter)

        Builds a Video Playlist from a Brightcove Playback API json object.

        Parameters:
        json - the json object
        eventEmitter - The SDK event emitter object.
      • buildVideoFromJSON

         static Video buildVideoFromJSON(JSONObject json, EventEmitter eventEmitter)

        Builds a Video from a Brightcove Playback API json object.

        Parameters:
        json - the json object
        eventEmitter - The SDK event emitter object.