|
NoteSamplePeriod Property
|
Gets or sets the sample period for this note.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.246-beta
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public long SamplePeriod { get; set; }
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Property SamplePeriod As Long
Get
Set
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
property long long SamplePeriod {
long long get ();
void set (long long value);
}
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SamplePeriod : int64 with get, set
function get_SamplePeriod();
function set_SamplePeriod(value);
View SourceProperty Value
Int64
RemarksThis is typically assigned and used by host
Song
See Also