Inheritance diagram for MoviePlayerSample:

Public Types

enum  VideoShape { VideoShape._360, VideoShape._180, VideoShape.Quad }
 
enum  VideoStereo { VideoStereo.Mono, VideoStereo.TopBottom, VideoStereo.LeftRight, VideoStereo.BottomTop }
 

Public Member Functions

void Play (string moviePath, string drmLicencesUrl)
 
void Play ()
 
void Pause ()
 
void SeekTo (long position)
 
void SetPlaybackSpeed (float speed)
 
void Stop ()
 

Public Attributes

string MovieName
 
string DrmLicenseUrl
 
bool LoopVideo
 
VideoShape Shape
 
VideoStereo Stereo
 
bool AutoDetectStereoLayout
 
bool DisplayMono
 

Properties

bool IsPlaying [get]
 
long Duration [get]
 
long PlaybackPosition [get]
 

Member Enumeration Documentation

◆ VideoShape

Enumerator
_360 
_180 
Quad 

◆ VideoStereo

Enumerator
Mono 
TopBottom 
LeftRight 
BottomTop 

Member Function Documentation

◆ Pause()

void MoviePlayerSample.Pause ( )

◆ Play() [1/2]

void MoviePlayerSample.Play ( string  moviePath,
string  drmLicencesUrl 
)

◆ Play() [2/2]

void MoviePlayerSample.Play ( )

◆ SeekTo()

void MoviePlayerSample.SeekTo ( long  position)

◆ SetPlaybackSpeed()

void MoviePlayerSample.SetPlaybackSpeed ( float  speed)

◆ Stop()

void MoviePlayerSample.Stop ( )

Member Data Documentation

◆ AutoDetectStereoLayout

bool MoviePlayerSample.AutoDetectStereoLayout

◆ DisplayMono

bool MoviePlayerSample.DisplayMono

◆ DrmLicenseUrl

string MoviePlayerSample.DrmLicenseUrl

◆ LoopVideo

bool MoviePlayerSample.LoopVideo

◆ MovieName

string MoviePlayerSample.MovieName

◆ Shape

VideoShape MoviePlayerSample.Shape

◆ Stereo

VideoStereo MoviePlayerSample.Stereo

Property Documentation

◆ Duration

long MoviePlayerSample.Duration
get

◆ IsPlaying

bool MoviePlayerSample.IsPlaying
get

◆ PlaybackPosition

long MoviePlayerSample.PlaybackPosition
get

The documentation for this class was generated from the following file: