|
Public Member Functions |
bool | eventNotification (Int32 inEventCode, Int32 inParam1, Int32 inParam2) |
bool | clipCallback (ClipTag inClipTag) |
bool | headCallback (HeadTag inHeadTag) |
| frmDNPlay () |
Protected Member Functions |
void | setDurationText (Int64 inDuration) |
void | updateProgressBar () |
override void | Dispose (bool disposing) |
Protected Attributes |
DSPlay | mPlayer |
Int64 | mFileDuration |
Int64 | mLastSync |
Int64 | mNumTicks |
ClipTag | mCurrentClip |
HeadTag | mHeadTag |
Private Types |
enum | eEventCodes { EC_COMPLETE = 1
} |
Private Member Functions |
void | InitializeComponent () |
void | OpenFile () |
void | LoadFile (String inFileName) |
void | menuItem3_Click (object sender, System.EventArgs e) |
void | StartPlayback () |
void | cmdPlay_Click (object sender, System.EventArgs e) |
void | StopPlayback () |
void | cmdStop_Click (object sender, System.EventArgs e) |
void | PausePlayback () |
void | cmdPause_Click (object sender, System.EventArgs e) |
void | frmDNPlay_Load (object sender, System.EventArgs e) |
void | tmrUpdateDuration_Tick (object sender, System.EventArgs e) |
void | menuItem6_Click (object sender, System.EventArgs e) |
void | tmrEventCheck_Tick (object sender, System.EventArgs e) |
void | lblProgressBkgd_Click (object sender, System.EventArgs e) |
void | lblProgressBkgd_MouseDown (object sender, System.Windows.Forms.MouseEventArgs e) |
bool | setBaseURIFromFullPath (String inFullPath) |
void | cmdFollowLink_Click (object sender, System.EventArgs e) |
void | menuItem4_Click (object sender, System.EventArgs e) |
Static Private Member Functions |
void | Main () |
Private Attributes |
System.Windows.Forms.MainMenu | mainMenu1 |
System.Windows.Forms.MenuItem | menuItem1 |
System.Windows.Forms.MenuItem | menuItem2 |
System.Windows.Forms.MenuItem | menuItem3 |
System.Windows.Forms.MenuItem | menuItem4 |
System.Windows.Forms.MenuItem | menuItem5 |
System.Windows.Forms.MenuItem | menuItem6 |
System.Windows.Forms.MenuItem | menuItem7 |
System.Windows.Forms.Button | cmdPlay |
System.ComponentModel.IContainer | components |
System.Windows.Forms.Label | lblFileLocation |
System.Windows.Forms.OpenFileDialog | dlgOpenFile |
System.Windows.Forms.Button | cmdStop |
System.Windows.Forms.Button | cmdPause |
System.Windows.Forms.Label | lblDuration |
System.Windows.Forms.Timer | tmrUpdateDuration |
System.Windows.Forms.Label | lblProgressBkgd |
System.Windows.Forms.Label | lblProgressFgnd |
System.Windows.Forms.Timer | tmrEventCheck |
System.Windows.Forms.Label | lblClipDesc |
System.Windows.Forms.Button | cmdFollowLink |
System.Windows.Forms.Label | lblAnchorLink |
System.Windows.Forms.Label | lblTitle |
Uri | mBaseURI |
String | mFileName |