コード例 #1
0
ファイル: MediaService.cs プロジェクト: ylatuya/OnvifClient
		public Task<GetMetadataConfigurationsResponse> GetMetadataConfigurationsAsync(GetMetadataConfigurationsRequest request)
		{
			throw new NotImplementedException();
		}
コード例 #2
0
ファイル: MediaService.cs プロジェクト: ylatuya/OnvifClient
		public GetMetadataConfigurationsResponse GetMetadataConfigurations(GetMetadataConfigurationsRequest request)
		{
			throw new NotImplementedException();
		}