VideoStreamTheora

VideoStream resource for Ogg Theora videos.

VideoStream resource handling the url=https://www.theora.org/Ogg Theora/url video format with .ogv extension. The Theora codec is less efficient than VideoStreamWebm's VP8 and VP9, but it requires less CPU resources to decode. The Theora codec is decoded on the CPU. Note: While Ogg Theora videos can also have an .ogg extension, you will have to rename the extension to .ogv to use those videos within Godot.

Members

Aliases

BaseClasses
alias BaseClasses = AliasSeq!(typeof(_GODOT_base), typeof(_GODOT_base).BaseClasses)
Undocumented in source.

Functions

getFile
String getFile()

Returns the Ogg Theora video file handled by this VideoStreamTheora.

opAssign
typeof(null) opAssign(typeof(null) n)
opEquals
bool opEquals(VideoStreamTheora other)
opEquals
bool opEquals(typeof(null) n)
setFile
void setFile(String file)

Sets the Ogg Theora video file that this VideoStreamTheora resource handles. The file name should have the .ogv extension.

toHash
size_t toHash()

Mixins

__anonymous
mixin baseCasts
Undocumented in source.

Properties

file
String file [@property getter]
String file [@property setter]

Static functions

_new
VideoStreamTheora _new()

Construct a new instance of VideoStreamTheora. Note: use memnew!VideoStreamTheora instead.

Static variables

_classBindingInitialized
bool _classBindingInitialized;
Undocumented in source.

Structs

GDNativeClassBinding
struct GDNativeClassBinding
Undocumented in source.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

_GODOT_internal_name
enum string _GODOT_internal_name;
Undocumented in source.

Mixed In Members

From mixin baseCasts

as
inout(To) as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
inout(To) as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
inout(ToRef) as()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(ToRef)
Undocumented in source.
opCast
void* opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
godot_object opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta