Thumbnail display.  
 More...
Thumbnail display. 
When previewing a video, thumbnail display can zoom in to some extent to statically display thumbnails. 
- Warning
- In the NvsThumbnailView class, all public APIs are used in the UI thread! ! ! 
  
  | 
        
          | com.meicam.sdk.NvsThumbnailView.NvsThumbnailView | ( | Context | context | ) |  |  | inline | 
 
 
  
  | 
        
          | com.meicam.sdk.NvsThumbnailView.NvsThumbnailView | ( | Context | context, |  
          |  |  | AttributeSet | attrs |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | com.meicam.sdk.NvsThumbnailView.NvsThumbnailView | ( | Context | context, |  
          |  |  | AttributeSet | attrs, |  
          |  |  | int | defStyleAttr |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | com.meicam.sdk.NvsThumbnailView.NvsThumbnailView | ( | Context | context, |  
          |  |  | AttributeSet | attrs, |  
          |  |  | int | defStyleAttr, |  
          |  |  | int | defStyleRes |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | String com.meicam.sdk.NvsThumbnailView.getMediaFilePath | ( |  | ) |  |  | inline | 
 
Gets the media file path. 
- Returns
- Returns the string value of the media file path. 
- See also
- setMediaFilePath 
 
 
  
  | 
        
          | void com.meicam.sdk.NvsThumbnailView.notifyThumbnailArrived | ( | final Bitmap | bitmap | ) |  |  | inlineprotected | 
 
 
  
  | 
        
          | void com.meicam.sdk.NvsThumbnailView.onAttachedToWindow | ( |  | ) |  |  | inlineprotected | 
 
 
  
  | 
        
          | void com.meicam.sdk.NvsThumbnailView.onDetachedFromWindow | ( |  | ) |  |  | inlineprotected | 
 
 
  
  | 
        
          | void com.meicam.sdk.NvsThumbnailView.onDraw | ( | Canvas | canvas | ) |  |  | inlineprotected | 
 
 
  
  | 
        
          | void com.meicam.sdk.NvsThumbnailView.setMediaFilePath | ( | String | mediaFilePath | ) |  |  | inline | 
 
Sets the media file path. 
- Parameters
- 
  
    | mediaFilePath | media file path |  
 
- See also
- getMediaFilePath 
 
 
The documentation for this class was generated from the following file: