Show / Hide Table of Contents

Class ISN_AVAssetImageGenerator

An object that provides thumbnail or preview images of assets independently of playback.

Inheritance
System.Object
ISN_AVAssetImageGenerator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.AVFoundation
Assembly: cs.temp.dll.dll
Syntax
public static class ISN_AVAssetImageGenerator

Methods

CopyCgImageAtTime(String, Double)

Returns a CGImage for the asset at or near a specified time.

Declaration
public static Texture2D CopyCgImageAtTime(string movieUrl, double seconds)
Parameters
Type Name Description
System.String movieUrl
System.Double seconds
Returns
Type Description
Texture2D

CopyCGImageAtTime(String, Double)

Declaration
public static Texture2D CopyCGImageAtTime(string movieUrl, double seconds)
Parameters
Type Name Description
System.String movieUrl
System.Double seconds
Returns
Type Description
Texture2D
In This Article
Back to top Generated by DocFX