Class VideoClipExtensions
Inheritance
System.Object
VideoClipExtensions
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.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class VideoClipExtensions
Methods
|
Improve this Doc
View Source
CheckIntegrity(IVideoClip)
Declaration
public static bool CheckIntegrity(this IVideoClip clip)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Classes.ClassID_329.IVideoClip |
clip |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetContent(IVideoClip)
Declaration
public static byte[] GetContent(this IVideoClip clip)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Classes.ClassID_329.IVideoClip |
clip |
|
Returns
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
GetExtensionFromPath(IVideoClip)
Declaration
public static string GetExtensionFromPath(this IVideoClip clip)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Classes.ClassID_329.IVideoClip |
clip |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TryGetContent(IVideoClip, out Byte[])
Declaration
public static bool TryGetContent(this IVideoClip clip, out byte[] data)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Classes.ClassID_329.IVideoClip |
clip |
|
System.Byte[] |
data |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TryGetExtensionFromPath(IVideoClip)
Declaration
public static string TryGetExtensionFromPath(this IVideoClip clip)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Classes.ClassID_329.IVideoClip |
clip |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TryGetExtensionFromPath(IVideoClip, out String)
Declaration
public static bool TryGetExtensionFromPath(this IVideoClip clip, out string extension)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Classes.ClassID_329.IVideoClip |
clip |
|
System.String |
extension |
|
Returns
Type |
Description |
System.Boolean |
|