AllowFrameDrop |
Gets or sets a value
indicating if frames should be dropped if video processing can not
keep up with a video stream. If this is set to false, the video
quality may degrade when the processing load is too high.
Alternatively, when set to true, frames will be dropped, but each
frame that is processed should have an improved visual
quality. |
AudioUri |
Gets the Uri of the
audio. |
EnableAudio |
Gets or sets a value
indicating if the encoded audio stream should be synchronized to
video playback If this is set to false, the audio stream will be
disabled. If true, the audio stream will be sampled from the video
source and synchronized with the video stream. |
EndFrame |
Gets or sets the end frame
of the video. Changing the End Frame property also
changes the End Time property to the
time in the video that corresponds to the specified frame. |
EndTime |
Gets or sets the end time
of the video in seconds. Changing the End Time property also
changes the End Frame property to the
frame in the video that corresponds to the specified time. |
FrameRate |
Gets or sets the frame rate
of the video when the Playback property is set
to RealTime. If this property
is not set, the internal framerate of the video is used. |
IntervalEndTime |
Gets or sets the Scene Manager time at which the
video will stop playing when the Playback property is set
to Time Interval. |
IntervalStartTime |
Gets or sets the Scene Manager time at which the
video will begin playing when the Playback property is set
to Time Interval. |
IsPlaying |
Gets whether or not the
video is playing. Use the Play, Pause, Stop, and Reset methods to control the
playback of the video when the Playback property is set
to RealTime. |
Loop |
Gets or sets whether the
video will loop when it reaches its last frame when the Playback property is set
to RealTime. |
PacketAcquirementYieldTime |
Gets or sets the thread
processing yield time for asynchronous streaming of video over
common protocols like udp. Setting a high value may increase
performance, but may cause frames or packets to drop, effecting
visual quality. A lower value will ensure high priority processing
of the stream, and thus less visual degradation, but may affect
performance. |
PacketBufferLimit |
Gets or sets a value
indicating the buffering limit for packets when processing a video
stream. Increasing this value will provide more buffering of the
video stream when frame processing cannot keep up, but has memory
implications and may result in the video falling behind, or
eventual visual degradation, if the frame processing load is not
lessened. |
Playback |
Gets or sets the Video Playback mode of the
video. |
StartFrame |
Gets or sets the start
frame of the video. Changing the Start Frame
property also changes the Start Time property to
the time in the video that corresponds to the specified frame. |
StartTime |
Gets or sets the start time
of the video in seconds. Changing the Start Time property also
changes the Start Frame
property to the frame in the video that corresponds to the
specified time. |
Uri |
Gets the Uri of the
video. |