Home | History | Annotate | Download | only in videoeditor

Lines Matching refs:Properties

1394     /** Defines the clip properties for preview */
1487 /** Encapsulates clip properties */
1490 public Properties[] clipProperties;
1593 * Defines the media properties.
1596 public static class Properties {
2569 * @param clipProperties The Properties reference
2573 Properties clipProperties, MediaItem m) {
2603 * @param clipPropertiesArray The clip Properties array
2604 * @param i The index in clip Properties array for current clip
2638 * Sets the volume for current media item in clip properties array
2641 * @param clipProperties The clip properties array reference
2642 * @param i The index in clip Properties array for current clip
2663 * @param clipProperties The clip properties array reference
2664 * @param i The index in clip Properties array for current clip
2683 * Populates the media item properties and calculates the maximum
2687 * @param i The index in clip Properties array for current clip
2688 * @param maxHeight The max height from the clip properties
2720 * Populates the background music track properties
2735 Properties mAudioProperties = new Properties();
2820 * array and clip properties array including transition clips
2858 mClipProperties.clipProperties = new Properties[mTotalClips];
2884 /* Populate media item properties */
2886 /* Get the clip properties of the media item. */
3948 native Properties getMediaProperties(String file) throws IllegalArgumentException,