Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Aghajari/AXVideoTimelineView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AXVideoTimelineView

AXVideoTimelineView - Video Cropper View - Android

  • Customize Theme,Colors
  • Auto load frames in background
  • Play Line View
  • set Max/Min value
  • get cropped video duration

...

Version 1.00

Deprecated

Listener

        void onLeftProgressChanged(float progress)
        void onRightProgressChanged(float progress)
        void onDurationChanged(long Duration)
        void onPlayProgressChanged(float progress)
        void onDraggingStateChanged(boolean isDragging)

Attrs

        playLine : format=boolean
        videoPath : format=string
        color : format=color
        iconColor : format=color
        timelineColor : format=color
        minProgress : format=float
        maxProgress : format=float
        leftProgress : format=float
        rightProgress : format=float
        playProgress : format=float
        roundFrames : format=boolean
        roundRadius : format=dimension

Example

        AXVideoTimelineView  axVideoTimeline = findViewById(R.id.axView);
        axVideoTimeline.setVideoPath(File);

Author

  • Amir Hossein Aghajari

About

AXVideoTimelineView - Video Cropper View - Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages