Classes

  Class Description
Public class C1MediaChapter
A distinct segment of a C1MediaItem.
Public class C1MediaItem
A media file that can be played by C1MediaPlayer.
Public class C1MediaPlayer
The C1MediaPlayer plays video and audio from the internet.
Public class C1MoveToPointSlider
A slider that jumps where clicked, without dragging.
Public class FallbackConverter
Converter that returns the value unchanged if the value is not null or the parameter otherwise.
Public class HoursMinutesSecondsConverter
Converts TimeSpan values to the hh:mm:ss string format.
Public class InverseToOpacityConverter
Converts Boolean values to [0..1] opacity double values. true becomes 0.0 and false becomes 1.0.
Public class InverseToVisibilityConverter
Converts Boolean values to Visibility enumeration values. true becomes Collapsed and false becomes Visible.
Public class TemplateControl
Control that loads a DataTemplate, forwarding its own DataContext.
Public class TimeSpanConverter
Converts TimeSpan values to and from whole and fractional seconds.
Public class ToVisibilityConverter
Converts Boolean values to Visibility enumeration values. true becomes Visible and false becomes Collapsed.

Enumerations

  Enumeration Description
Public enumeration MediaState
Defines the potential states of a C1MediaPlayer object.