Table of Contents

Class Video

Namespace
BasilEngine.Components
Assembly
BasilEngine.dll
[NativeHeader("Bindings/ManagedVideo.hpp")]
[NativeClass("ManagedVideo", ".")]
public class Video : Component
Inheritance
Video
Inherited Members

Properties

isPlaying

public bool isPlaying { get; set; }

Property Value

bool

looping

public bool looping { set; }

Property Value

bool

Methods

GetIsPlayingInternal(ulong)

[NativeMethod("GetIsPlaying")]
[StaticAccessor("ManagedVideo", StaticAccessorType.DoubleColon)]
public static extern bool GetIsPlayingInternal(ulong handle)

Parameters

handle ulong

Returns

bool

SetLoopInternal(ulong, bool)

[NativeMethod("SetIsLooping")]
[StaticAccessor("ManagedVideo", StaticAccessorType.DoubleColon)]
public static extern void SetLoopInternal(ulong handle, bool value)

Parameters

handle ulong
value bool

SetPlayingInternal(ulong, bool)

[NativeMethod("SetPlaying")]
[StaticAccessor("ManagedVideo", StaticAccessorType.DoubleColon)]
public static extern void SetPlayingInternal(ulong handle, bool value)

Parameters

handle ulong
value bool